The ContactProfileAttribute
element is one level too deep. Try:
$params = array(
'WSContact' => array(
'EmailAddress' => $email,
'ListID' => $listId,
'ContactProfileAttribute' => $attrs
),
'ProfileUpdateType' => 'Overwrite',
'ExternalEventIDs' => "",
'OverrideUnsubscribe' => TRUE,
);