| Artist | Listeners | 13-week growth |
|---|---|---|
| Alan Parsons | 105k | +0.83% |
| The Alan Parsons Project | 1.2M | +2.63% |
| Kayak | 48k | +1.53% |
| Cosmos | 47k | — |
| Clepsydra | 18k | — |
| Saga | 139k | +1.19% |
| Asia | 822k | +2.08% |
| Arena | 106k | +0.51% |
| Tony Banks | 68k | +0.59% |
| Styx | 1.4M | +1.47% |
| Manfred Mann's Earth Band | 517k | +1.41% |
| Mostly Autumn | 51k | — |
| Jadis | 16k | — |
| Camel | 602k | +1.92% |
| Jeff Wayne | 133k | — |
| Mike Oldfield | 1.2M | +0.87% |
| Renaissance | 210k | +1.29% |
| IQ | 105k | +1.48% |
select
similar_artist_id, slug, display_name, size_band,
latest_listeners, total_pct_growth, weeks_tracked, similarity_score, rank
from api_artist_similar
where artist_id = $1
order by rank ascselect *
from api_artist_profile
where artist_id = $1