| Artist | Listeners | 13-week growth |
|---|---|---|
| Daniel Tidwell | 115k | — |
| Erock | 56k | +1.45% |
| Stemage | 36k | +0.19% |
| GaMetal | 51k | — |
| Sonata Arctica | 766k | +0.40% |
| Unleash the Archers | 106k | +1.60% |
| At Vance | 185k | +0.69% |
| Freedom Call | 194k | +0.40% |
| Kamelot | 557k | +0.61% |
| Masterplan | 209k | +0.73% |
| Van Canto | 158k | +0.35% |
| Edguy | 428k | +0.38% |
| The Black Mages | 78k | +0.11% |
| Serenity | 111k | +1.07% |
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