Get Stations of a Curator/RadioShow using MusicKit

Hi,

Is there a way to get all the episodes (Stations) of a Curator or RadioShow, particularly using the MusicKit enhancements announced at WW22?

For example, if I have find an AppleMusic Curator such as "After School Radio" (Curator(id: "1496846020", name: "After School Radio", kind: .editorial)) or a RadioShow (RadioShow(id: "1496846020", name: "After School Radio", hostName: "Mark Hoppus")), is there a way to get all the Stations associated with this curator?

There don't seem to be any relationships between Curator, RadioShow, and Station in MusicKit for Swift, and only a relationship from Station to RadioShow in the Apple Music API, but no reverse relationship from RadioShow to Stations.

Thanks

  • Subscribing to this thread. I tried the particular ID using Apple Music API, which only shows the playlist, in your case, "After School Radio Playlist". In the Apple Music app, however, there are Season 1 and Series 2 that has many stations. Curious if they are even exposed for third-party developers to access.

Add a Comment