- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Plan
Premium
My Question or Issue
Hi
Could someone please explain to me how to get this endpoint:
https://api.spotify.com/v1/me/player/play
to play a specific episode of a podcast.
When sending a request like this:
curl -X "PUT" "https://api.spotify.com/v1/me/player/play" --data "{\"context_uri\":\"spotify:episode:3NPzARi19N2fcfH5ZJvTxz\",\"offset\":{\"position\":5},\"position_ms\":0}" -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer Token"
I get the following error:
{
"error": {
"status": 400,
"message": "Non supported context uri"
}
}
I have found other tickets around this where support just stopped replying. Please help me understand.
Solved! Go to Solution.
Labels:
- Labels:
-
Web API
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page