Announcements
Happy Values Week! Today we celebrate *Team Work* in the Spotify Stars Program!

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Playing the AI DJ via the API

Playing the AI DJ via the API

Hey,

 

I'm currently working on an app and would like to be able to play the AI DJ playlist.

I've tried to do something like that, but it did not work:

 

```
curl --request PUT \
--url https://api.spotify.com/v1/me/player/play \
--header 'Authorization: Bearer D74...a04' \
--header 'Content-Type: application/json' \
--data '{
"context_uri": "spotify:playlist:37i9dQZF1EYkqdzj48dyYq"
}'
```

 

Any idea?

 

Thanks

Reply
1 Reply

Did you get any errors?

(I don't have AI DJ, so I can't try it myself)

XimzendSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

Suggested posts