| Artist | Listeners | 13-week growth |
|---|---|---|
| Hey Mercedes | 125k | +1.51% |
| Boys Night Out | 222k | +0.79% |
| Spitalfield | 194k | +0.51% |
| The Early November | 517k | +0.49% |
| The Movielife | 164k | +0.65% |
| Hot Rod Circuit | 146k | +1.81% |
| Hidden in Plain View | 262k | +0.36% |
| Northstar | 120k | +3.16% |
| Fairweather | 35k | — |
| Further Seems Forever | 287k | +0.70% |
| Saves the Day | 690k | +0.72% |
| The Get Up Kids | 701k | +0.87% |
| Piebald | 183k | +1.10% |
| Brandtson | 94k | — |
| Armor for Sleep | 615k | +0.96% |
| Planes Mistaken for Stars | 112k | — |
| The Starting Line | 794k | +0.81% |
| Finch | 833k | +1.45% |
| Funeral For A Friend | 844k | +0.61% |
| Thursday | 790k | +1.44% |
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