| Artist | Listeners | 13-week growth |
|---|---|---|
| Mystery | 42k | +1.99% |
| IQ | 105k | +1.48% |
| Arena | 106k | +0.51% |
| Huis | 8.4k | — |
| Big Big Train | 49k | +1.12% |
| The Flower Kings | 120k | +0.46% |
| Unitopia | 34k | — |
| Karmakanic | 24k | — |
| Neal Morse | 86k | — |
| Steve Hackett | 223k | +0.60% |
| Rick Wakeman | 230k | +0.64% |
| Amplifier | 143k | +0.18% |
| Pure Reason Revolution | 149k | +0.51% |
| Mother's Cake | 60k | — |
| Anubis | 31k | — |
| Ray Wilson | 40k | — |
| The Claypool Lennon Delirium | 141k | — |
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