Hello there! I'm using https://developer.apple.com/documentation/applemusicapi/get_recently_played_tracks method to get user's recently played tracks and it works correct. But is there any ways to also get an information about time when user played his tracks?
According to documentation (on the same page) i must user extend
query parameter. But what value do i need to pass into this query to get track played time? I can't find such info in documentation (moreover, information about other possible parameters is also not explicitly indicated).