| Artist | Listeners | 13-week growth |
|---|---|---|
| Name Taken | 95k | — |
| The Early November | 517k | +0.49% |
| Armor for Sleep | 615k | +0.96% |
| Fairweather | 35k | — |
| Further Seems Forever | 287k | +0.70% |
| The Juliana Theory | 282k | +0.58% |
| Northstar | 120k | +3.16% |
| Rory | 142k | — |
| Hidden in Plain View | 262k | +0.36% |
| Hot Rod Circuit | 146k | +1.81% |
| Hey Mercedes | 125k | +1.51% |
| Moneen | 160k | — |
| Brandtson | 94k | — |
| Saves the Day | 690k | +0.72% |
| Spitalfield | 194k | +0.51% |
| Matchbook Romance | 576k | +0.69% |
| The Promise Ring | 254k | +2.42% |
| Billy | 42k | +1.42% |
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