mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #117] How can I get the time of release of a song or an album #53
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RajarshiBhadra on GitHub (Sep 13, 2016).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/117
I was going through spotipy and its awsome. I was hoping to extract the time of release of an album or song. Any help in this regard would be greatly appreciated
@bentappin commented on GitHub (Sep 13, 2016):
Do you mean the release date?
It's in the Web API return for an album and in the return from the Spotipy album call.
@RajarshiBhadra commented on GitHub (Sep 13, 2016):
Yes I meant release date. However I would like to see it by track instaed of album. Is it possible?
@bentappin commented on GitHub (Sep 13, 2016):
Did you check the docs?
It's not in the track return call but you can get the album ID from the track response, and then get the album data in a separate call.
@RajarshiBhadra commented on GitHub (Sep 13, 2016):
Thanks. That did it