The method call for /artists/[artist id]/albums returns only Albums, EPs, Singles and Compilations attributed to that artist.
I want to get the albums the artist appears on but are not attributed to that artist, e.g. various artists compilations where the artist has one track, or albums where the artist is a guest artist.
How do I get these "appears on"-albums for an artist? Preferrably without making more than one HTTP request.