有什么方法可以查明何时将专辑添加到网络 spotify api?

Is there any way to find out when an album got added to spotify with the web api?

我的用例是展示艺术家最新添加的专辑(无论发行日期如何)。

我使用 https://api.spotify.com/v1/artists/[artistId]/albums 来获取相册,但我找不到任何有关如何排序响应的信息。它是随机的还是按专辑添加到 Spotify 的日期排序的?

通过进一步查询 https://developer.spotify.com/web-api/get-album/[albumId] 我可以获得其他信息,例如发行日期,但没有关于何时将专辑添加到 spotify 的数据。

是根本不可能,还是有一些更简单的方法,比如查看 albumID 等来找出答案?

从 spotify 得到答复后,目前似乎无法获得此信息。

"At the moment we are only exposing the release date of the album itself, not the date of addition to the Spotify index. We will take this into account as a feature request." https://developer.spotify.com/web-api/get-artists-albums/