Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
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.
The Player API (not the Podcast API) does allow you to play a specific podcast episode. You're just using this endpoint incorrectly. The "uris" parameter is used to specify the track(s)/episode(s) to play. The "context_uri" parameter is used to specify the context in which to play the track(s)/episode(s). For example, the "context_uri" could be an album URI.
The old API documentation explains in better detail how this endpoint works. Read it carefully:
I found a way around this by first adding the episode to the device's queue and then skipping to the next item. But this should really be fixed because the API isn't acting as expected.
The Player API (not the Podcast API) does allow you to play a specific podcast episode. You're just using this endpoint incorrectly. The "uris" parameter is used to specify the track(s)/episode(s) to play. The "context_uri" parameter is used to specify the context in which to play the track(s)/episode(s). For example, the "context_uri" could be an album URI.
The old API documentation explains in better detail how this endpoint works. Read it carefully:
Ah, thans for the answer, that makes sense! Will try it out this afternoon!
Hey there you, Yeah, you! 😁 Welcome - we're glad you joined the Spotify Community! While you here, let's have a fun game and get…