Skip to content
Web APIReferences / Player / Transfer Playback

Transfer Playback

Transfer playback to a new device and determine if it should start playing.

Important policy notes
Authorization scopes

Request

PUT
/me/player
supports free form additional properties
  • device_ids
    array of strings
    Required

    A JSON array containing the ID of the device on which playback should be started/transferred.
    For example:{device_ids:["74ASZWbe4lXaubB36ztrGX"]}
    Note: Although an array is accepted, only a single device_id is currently supported. Supplying more than one will return 400 Bad Request

  • play
    boolean

    true: ensure playback happens on new device.
    false or not provided: keep the current playback state.

Response

Playback transferred