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
Country: USA
My Question or Issue
I'm trying to build a view where I can see a list of a user's playlists that a given song appears in. Currently, the only feasible approach given the existing API is to iterate through a user's playlists, then all of their songs in each of those playlists, until I can find the song in that playlist (at which point I can at least stop fetching more songs from that playlist). This is slower and more cumbersome than I'd like.
In light of the official app's new "add to playlist" screen where you can see each of your playlists, and which playlists that track is currently in, this seems particularly inefficient. What are the chance we can get an endpoint that enables similar functionality? Even an endpoint to check if a song exists in a given playlist would be extremely helpful.
I'm also interested to see if anyone's solved this with a better approach that I'm just missing.