| Artist | Listeners | 13-week growth |
|---|---|---|
| Daisyhead | 33k | — |
| Moose Blood | 291k | +1.86% |
| The Swellers | 131k | — |
| Grandview | 33k | — |
| Balance and Composure | 299k | +2.14% |
| Elder Brother | 34k | — |
| Spitalfield | 194k | +0.51% |
| Armor for Sleep | 615k | +0.96% |
| Somos | 62k | +3.86% |
| Four Year Strong | 638k | +0.54% |
| The Starting Line | 794k | +0.81% |
| Citizen | 541k | +6.26% |
| Have Mercy | 151k | +2.24% |
| Microwave | 261k | +2.84% |
| Spanish Love Songs | 94k | +2.07% |
| The Hotelier | 255k | +3.46% |
| Can't Swim | 151k | +1.33% |
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