| Artist | Listeners | 13-week growth |
|---|---|---|
| Billy Talent | 1.8M | +0.75% |
| Zebrahead | 922k | +0.55% |
| AFI | 2.0M | +1.20% |
| Gob | 294k | +0.79% |
| Sum 41 | 3.5M | +1.40% |
| Unwritten Law | 527k | +0.79% |
| The Offspring | 4.7M | +1.52% |
| Green Day | 6.7M | +1.76% |
| Autopilot Off | 244k | +1.07% |
| Alkaline Trio | 1.1M | +0.70% |
| Finger Eleven | 1.6M | +2.43% |
| SR-71 | 466k | +1.36% |
| Sugarcult | 1.1M | +1.22% |
| +44 | 733k | +0.01% |
| No Motiv | 44k | — |
| Yellowcard | 2.3M | +1.40% |
| I Hate Kate | 97k | +0.49% |
| Donots | 302k | +0.63% |
| Fit for Rivals | 159k | — |
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