| Artist | Listeners | 13-week growth |
|---|---|---|
| We Are the Catalyst | 37k | +0.06% |
| Stitched Up Heart | 57k | +5.86% |
| Ankor | 64k | +6.01% |
| Dead Pony | 74k | — |
| Rivals | 65k | +5.32% |
| Billy Talent | 1.8M | +0.75% |
| Memory of a Melody | 58k | — |
| Karen Dió | 61k | +14.06% |
| Sum 41 | 3.5M | +1.40% |
| Fit for Rivals | 159k | — |
| Zebrahead | 922k | +0.55% |
| Nova Twins | 183k | +3.10% |
| The Defects | 4.0k | — |
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