Playlists
Get Playlist
playlists.retrieve(strplaylist_id, PlaylistRetrieveParams**kwargs) -> PlaylistRetrieveResponse
GET/playlists/{playlist_id}
Change Playlist Details
playlists.update(strplaylist_id, PlaylistUpdateParams**kwargs)
PUT/playlists/{playlist_id}
PlaylistsTracks
Get Playlist Items
playlists.tracks.list(strplaylist_id, TrackListParams**kwargs) -> SyncCursorURLPage[PlaylistTrackObject]
GET/playlists/{playlist_id}/tracks
Add Items to Playlist
playlists.tracks.add(strplaylist_id, TrackAddParams**kwargs) -> TrackAddResponse
POST/playlists/{playlist_id}/tracks
Update Playlist Items
playlists.tracks.update(strplaylist_id, TrackUpdateParams**kwargs) -> TrackUpdateResponse
PUT/playlists/{playlist_id}/tracks
Remove Playlist Items
playlists.tracks.remove(strplaylist_id, TrackRemoveParams**kwargs) -> TrackRemoveResponse
DELETE/playlists/{playlist_id}/tracks
PlaylistsFollowers
Follow Playlist
playlists.followers.follow(strplaylist_id, FollowerFollowParams**kwargs)
PUT/playlists/{playlist_id}/followers
Unfollow Playlist
playlists.followers.unfollow(strplaylist_id)
DELETE/playlists/{playlist_id}/followers
Check if Current User Follows Playlist
playlists.followers.check(strplaylist_id, FollowerCheckParams**kwargs) -> FollowerCheckResponse
GET/playlists/{playlist_id}/followers/contains
PlaylistsImages
Get Playlist Cover Image
playlists.images.list(strplaylist_id) -> ImageListResponse
GET/playlists/{playlist_id}/images
Add Custom Playlist Cover Image
playlists.images.update(strplaylist_id, objectbody) -> BinaryResponseContent
PUT/playlists/{playlist_id}/images