Looking at the Spotify API and spotipy, I am able to pull album information as long as I have the album ID or a list of album IDs, but how can I pull all album objects on Spotify in an efficient manner? I think this would require knowing all album IDs, but unsure if there is a method to get that.
Purpose: I want to see the number of tracks for all albums on Spotify
Potential idea
1) Inspired by Mapping musicbrainz URIs into Spotify URIs, I could map Music Brainz artist IDs to Spotify IDs which would cover a good amount of the artists on Spotify. Then pull album data from there. Issue is that Echo Nest Rosetta Stone is no longer supported
Is there a much easier way to do this that I'm not thinking about or is this impossible to do because Spotify doesn't allow it?