<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Podcast API doesn't have basic functionality in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Podcast-API-doesn-t-have-basic-functionality/m-p/5279317#M3417</link>
    <description>&lt;P&gt;The old API documentation explains in better detail how this endpoint works. Read it carefully:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://web.archive.org/web/20191026192215/https://developer.spotify.com/documentation/web-api/reference/player/start-a-users-playback/" target="_blank"&gt;https://web.archive.org/web/20191026192215/https://developer.spotify.com/documentation/web-api/reference/player/start-a-users-playback/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Oct 2021 21:33:40 GMT</pubDate>
    <dc:creator>Peter_Schorn</dc:creator>
    <dc:date>2021-10-18T21:33:40Z</dc:date>
    <item>
      <title>Podcast API doesn't have basic functionality</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Podcast-API-doesn-t-have-basic-functionality/m-p/5278503#M3408</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Premium&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone please explain to me how to get this endpoint:&lt;/P&gt;&lt;PRE&gt;https://api.spotify.com/v1/me/player/play&lt;/PRE&gt;&lt;P&gt;to play a specific episode of a podcast.&lt;/P&gt;&lt;P&gt;When sending a request like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;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"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "error": {
    "status": 400,
    "message": "Non supported context uri"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found other tickets around this where support just stopped replying. Please help me understand.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 11:27:57 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Podcast-API-doesn-t-have-basic-functionality/m-p/5278503#M3408</guid>
      <dc:creator>nuan_grobbelaar</dc:creator>
      <dc:date>2021-10-17T11:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Podcast API doesn't have basic functionality</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Podcast-API-doesn-t-have-basic-functionality/m-p/5278657#M3410</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 14:38:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Podcast-API-doesn-t-have-basic-functionality/m-p/5278657#M3410</guid>
      <dc:creator>nuan_grobbelaar</dc:creator>
      <dc:date>2021-10-17T14:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Podcast API doesn't have basic functionality</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Podcast-API-doesn-t-have-basic-functionality/m-p/5278966#M3412</link>
      <description>&lt;P&gt;The Player API (not the Podcast API)&amp;nbsp;&lt;EM&gt;does&lt;/EM&gt; 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.&amp;nbsp;The "context_uri" parameter is used to specify the &lt;EM&gt;context&amp;nbsp;&lt;/EM&gt;in which to play the track(s)/episode(s). For example, the&amp;nbsp;"context_uri" could be an album URI.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 21:39:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Podcast-API-doesn-t-have-basic-functionality/m-p/5278966#M3412</guid>
      <dc:creator>Peter_Schorn</dc:creator>
      <dc:date>2021-10-18T21:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Podcast API doesn't have basic functionality</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Podcast-API-doesn-t-have-basic-functionality/m-p/5279317#M3417</link>
      <description>&lt;P&gt;The old API documentation explains in better detail how this endpoint works. Read it carefully:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://web.archive.org/web/20191026192215/https://developer.spotify.com/documentation/web-api/reference/player/start-a-users-playback/" target="_blank"&gt;https://web.archive.org/web/20191026192215/https://developer.spotify.com/documentation/web-api/reference/player/start-a-users-playback/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 21:33:40 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Podcast-API-doesn-t-have-basic-functionality/m-p/5279317#M3417</guid>
      <dc:creator>Peter_Schorn</dc:creator>
      <dc:date>2021-10-18T21:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Podcast API doesn't have basic functionality</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Podcast-API-doesn-t-have-basic-functionality/m-p/5279485#M3420</link>
      <description>&lt;P&gt;Ah, thans for the answer, that makes sense! Will try it out this afternoon!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 07:40:10 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Podcast-API-doesn-t-have-basic-functionality/m-p/5279485#M3420</guid>
      <dc:creator>nuan_grobbelaar</dc:creator>
      <dc:date>2021-10-19T07:40:10Z</dc:date>
    </item>
  </channel>
</rss>

