| Artist | Listeners | 13-week growth |
|---|---|---|
| Vampires Everywhere! | 75k | — |
| Capture | 41k | — |
| Set to Stun | 32k | — |
| One Morning Left | 143k | — |
| Jamie's Elsewhere | 101k | +1.44% |
| Abandon All Ships | 134k | +1.31% |
| Woe, Is Me | 283k | +1.62% |
| Attack Attack! | 466k | +2.74% |
| I Set My Friends on Fire | 304k | +3.73% |
| Breathe Carolina | 848k | +1.17% |
| In Fear and Faith | 282k | — |
| Everyone Dies In Utah | 45k | — |
| It Lives, It Breathes | 59k | — |
| Sienna Skies | 58k | +0.80% |
| Greeley Estates | 281k | +0.77% |
| Dance Gavin Dance | 853k | +5.26% |
| Main-de-Gloire | 40k | — |
| A Skylit Drive | 531k | +1.70% |
| I See Stars | 394k | +1.92% |
| We Came as Romans | 837k | +1.60% |
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