| Artist | Listeners | 13-week growth |
|---|---|---|
| Threshold | 140k | — |
| Ayreon | 371k | +0.39% |
| Vanden Plas | 55k | — |
| Pain of Salvation | 386k | +0.51% |
| Circus Maximus | 108k | — |
| Shadow Gallery | 105k | — |
| Guilt Machine | 37k | — |
| Star One | 72k | — |
| James LaBrie | 119k | — |
| Symphony X | 379k | +0.95% |
| DGM | 37k | — |
| Aina | 94k | — |
| Savatage | 331k | +1.44% |
| Conception | 29k | +1.05% |
| Dream Theater | 1.4M | +1.00% |
| Evergrey | 266k | +0.70% |
| Queensrÿche | 566k | +1.05% |
| Royal Hunt | 77k | +0.19% |
| Stream of Passion | 188k | +0.15% |
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