[GH-ISSUE #53] Album release date #25

Closed
opened 2026-02-27 23:20:27 +03:00 by kerem · 2 comments
Owner

Originally created by @cmplctdsmplcty on GitHub (Jun 3, 2015).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/53

Currently, "artist_albums()" doesn't return the album's release date. The release_date can only be found when calling "album()" or "albums()".

Can we bring this "release_date" field into the artist_albums return data?

Originally created by @cmplctdsmplcty on GitHub (Jun 3, 2015). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/53 Currently, "artist_albums()" doesn't return the album's release date. The release_date can only be found when calling "album()" or "albums()". Can we bring this "release_date" field into the artist_albums return data?
kerem closed this issue 2026-02-27 23:20:27 +03:00
Author
Owner

@joohoi commented on GitHub (Jun 9, 2015):

This is due to the Spotify API response values, to merge the release_date to artist_albums() would require spotipy to make two requests to the web backend, and in this case it wouldn't be any different from the user to make those requests themselves.

See return values of:

https://developer.spotify.com/web-api/get-artists-albums/
vs.
https://developer.spotify.com/web-api/get-album/

<!-- gh-comment-id:110249270 --> @joohoi commented on GitHub (Jun 9, 2015): This is due to the Spotify API response values, to merge the release_date to artist_albums() would require spotipy to make two requests to the web backend, and in this case it wouldn't be any different from the user to make those requests themselves. See return values of: https://developer.spotify.com/web-api/get-artists-albums/ vs. https://developer.spotify.com/web-api/get-album/
Author
Owner

@stephanebruckert commented on GitHub (Jan 1, 2020):

This should work now, I can now see the release_date as part of the artist_albums() response https://developer.spotify.com/console/get-artist-albums/

<!-- gh-comment-id:570077722 --> @stephanebruckert commented on GitHub (Jan 1, 2020): This should work now, I can now see the `release_date` as part of the `artist_albums()` response https://developer.spotify.com/console/get-artist-albums/
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#25
No description provided.