Announcements

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

Premium Required" When Attempting to Play Track via API

Solved!

Premium Required" When Attempting to Play Track via API

I'm encountering an issue when trying to play a track using the Spotify API. The response I receive is as follows:

{

    "error": { "status": 403, "message": "Player command failed: Premium required",          "reason": "PREMIUM_REQUIRED"}
}

My question is: Does the user need a Spotify Premium account to play tracks via the API, or do I, as the developer, need a Premium account for this feature to work?

Any clarification would be greatly appreciated.

Thank you!

 

Reply

Accepted Solutions
Marked as solution

Hi sshuvoo, welcome to the Community!

 

For any Web API endpoint that controls playback, the user must have a Spotify Premium subscription—it's not just required for the developer. This is also the case with the Web Playback SDK.

 

Let me know if this answers your question, or if you have any more!

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.

View solution in original post

4 Replies
Marked as solution

Hi sshuvoo, welcome to the Community!

 

For any Web API endpoint that controls playback, the user must have a Spotify Premium subscription—it's not just required for the developer. This is also the case with the Web Playback SDK.

 

Let me know if this answers your question, or if you have any more!

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.

I just want to play a track, I don't need any controls, is It possible without Premium subscription?

Hi sshuvoo, controlling playback includes starting/playing a track.

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.

How about if I want to search up a track in Spotify using the SDK?

Suggested posts