Is it possible to return the album popularity from the following request:
https://api.spotify.com/v1/artists/{id}/albums
I only seem to be able to get this from searching albums individually with
https://api.spotify.com/v1/albums/{id}
This is not ideal as the script that previously took ~30 seconds to run, will now take over 4 hours as I need to allow time between requests to avoid a "Too many requests" error.
Thanks in advance