start Playback
Start or resume playback.
Note: You can only use one of the following: offsetIndex, offsetLocalTrackId, offsetTrackId, offsetEpisodeId
Specify nothing to play to simply resume playback
Requires the SpotifyScope.UserModifyPlaybackState scope
Parameters
Start playing an artist
Start playing a playlist
Start playing an album
Start playing at a local track in the given/current context
Start playing at a track in the given/current context
Start playing at an episode in the given/current context
Indicates from where in the given/current context playback should start. Zero-based indexing.
A list of local track ids to play. Max 100 combined between localTrackIdsToPlay, trackIdsToPlay, and episodeIdsToPlay
A list of track ids to play. Max 100 combined between localTrackIdsToPlay, trackIdsToPlay, and episodeIdsToPlay
A list of episode ids to play. Max 100 combined between localTrackIdsToPlay, trackIdsToPlay, and episodeIdsToPlay
The device to play on
Throws
if more than one type of play type is specified or the offset is illegal.
Start or resume playback.
Note: You can only use one of the following: offsetIndex, offsetPlayableUri
Specify nothing to play to simply resume playback
Requires the SpotifyScope.UserModifyPlaybackState scope
Parameters
Start playing an album, artist, show, or playlist
PlayableUri (Track, Local track, or Episode URIs) uris to play. these are converted into URIs. Max 100
Indicates from where in the given/current context playback should start. Only available when playableUrisToPlay is used.
Start playing at a track/local track/episode uri in the given/current context instead of index (offsetIndex)
The device to play on
Throws
if more than one type of play type is specified or the offset is illegal.