| Artist | Listeners | 13-week growth |
|---|---|---|
| Sieges Even | 26k | — |
| Vanden Plas | 55k | — |
| DGM | 37k | — |
| Adagio | 97k | — |
| Fates Warning | 152k | +0.57% |
| Elegy | 26k | — |
| Pagan's Mind | 59k | — |
| Circus Maximus | 108k | — |
| Shadow Gallery | 105k | — |
| Anubis Gate | 44k | — |
| Redemption | 74k | +0.67% |
| Threshold | 140k | — |
| Symphony X | 379k | +0.95% |
| Royal Hunt | 77k | +0.19% |
| Beyond Twilight | 43k | — |
| Evergrey | 266k | +0.70% |
| Conception | 29k | +1.05% |
| Andromeda | 233k | +6.61% |
| James LaBrie | 119k | — |
| Star One | 72k | — |
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