| Artist | Listeners | 13-week growth |
|---|---|---|
| Greyhaven | 76k | +3.10% |
| Drain | 161k | +3.59% |
| Militarie Gun | 146k | +5.73% |
| Higher Power | 64k | — |
| Angel Du$t | 190k | +3.17% |
| End It | 74k | — |
| Boundaries | 100k | +15.95% |
| Static Dress | 249k | +9.69% |
| Rival Schools | 192k | +1.58% |
| Incendiary | 117k | +3.69% |
| Poison the Well | 349k | +2.28% |
| Soul Blind | 158k | +4.84% |
| Crush Your Soul | 16k | — |
| Flagman | 42k | — |
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