Is it possible to get an album from a song in MusicKit? I haven't been able to find a way to do so currently. I have tried using .with() but it appears that album is not supported.
What I am looking for is properties on the Song like what is present on MPMediaItem such as albumTitle, genre, etc.