action spotify_get_an_artists_related_artists { label: "Get Artist's Related Artists\n" description: "Get Spotify catalog information about artists similar to a given artist. Similarity is based on analysis of the Spotify community's [listening history](http://news.spotify.com/se/2010/02/03/related-artists/).\n" provider: spotify method: GET path: "/artists/{id}/related-artists" encoding: json output: { type: "object" additionalProperties: true } }