| Artist | Listeners | 13-week growth |
|---|---|---|
| Aranda | 80k | — |
| Backyard Babies | 259k | +0.34% |
| Danko Jones | 384k | +0.52% |
| Art of Dying | 334k | +0.81% |
| Saliva | 1.4M | +2.43% |
| Allele | 43k | — |
| Nonpoint | 684k | +1.05% |
| Billy Talent | 1.8M | +0.75% |
| Zebrahead | 922k | +0.55% |
| Teenage Bottlerocket | 196k | +1.15% |
| Royal Republic | 271k | +1.16% |
| Phil Campbell and the Bastard Sons | 26k | — |
| Rev Theory | 477k | +0.84% |
| Buckcherry | 762k | +1.55% |
| CKY | 730k | +1.45% |
| The Wildhearts | 82k | +0.63% |
| Mustasch | 184k | +0.35% |
| Project 86 | 133k | +0.55% |
| The Lillingtons | 78k | — |
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