Is it possible to get a list of tracks from the entire spotify library?
I'm looking for something like:
library.tracks
but instead of getting just the tracks from the user's library, I want tracks from the whole spotify library (or at least all the songs available in their region).
Thanks for your help.
Edit: I'm trying to use the Spotify API to create an application that finds and plays a random song in the Spotify library.