| Artist | Listeners | 13-week growth |
|---|---|---|
| Kurt Travis | 92k | — |
| Tyler Carter | 54k | +1.65% |
| Paloma | 58k | — |
| Circa Survive | 856k | +2.94% |
| This Armistice | 26k | — |
| Anthony Green | 258k | +2.24% |
| Luke Pickett | 75k | — |
| City and Colour | 1.2M | +0.39% |
| Isles & Glaciers | 297k | +6.86% |
| The Spill Canvas | 448k | +0.74% |
| Dashboard Confessional | 1.6M | +0.78% |
| Never Shout Never | 529k | +3.55% |
| The Early November | 517k | +0.49% |
| Acceptance | 447k | +0.42% |
| Minus the Bear | 839k | +0.53% |
| This Wild Life | 142k | +0.94% |
| Head Automatica | 477k | +0.80% |
| The Scene Aesthetic | 222k | — |
| Lydia | 313k | +0.64% |
| Copeland | 599k | +0.35% |
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