Hi,
Is there a way to get all the episodes (Station
s) 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 Station
s 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 Station
s.
Thanks