| Artist | Listeners | 13-week growth |
|---|---|---|
| Icon for Hire | 254k | +2.07% |
| The Nearly Deads | 39k | — |
| EarlyRise | 55k | — |
| Get Scared | 635k | +3.35% |
| The Letter Black | 138k | +0.38% |
| New Years Day | 222k | +1.21% |
| The Pretty Reckless | 1.4M | +1.55% |
| Flyleaf | 2.0M | +2.72% |
| Dead Sara | 176k | +3.22% |
| Andy Black | 229k | +2.97% |
| Cult to Follow | 146k | +3.97% |
| Nine Lashes | 167k | +2.49% |
| All Good Things | 135k | +2.30% |
| Evans Blue | 641k | +0.99% |
| Sick Puppies | 1.0M | +0.88% |
| Egypt Central | 377k | +0.91% |
| Three Days Grace | 4.0M | +2.26% |
| Halestorm | 836k | +2.59% |
| Ashes Remain | 204k | +1.98% |
| ODC | 24k | — |
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