| Artist | Listeners | 13-week growth |
|---|---|---|
| Osatia | 32k | — |
| Dayshell | 69k | — |
| Ghost Atlas | 77k | — |
| State Champs | 296k | +2.18% |
| Youth in Revolt | 58k | — |
| Between You & Me | 80k | +1.88% |
| Broadside | 204k | +2.86% |
| Point North | 236k | +2.43% |
| Secrets | 158k | +2.69% |
| With Confidence | 249k | +1.28% |
| Real Friends | 280k | +1.55% |
| Outline in Color | 93k | +1.03% |
| Youth Fountain | 57k | +1.81% |
| Grayscale | 153k | +2.71% |
| Rain City Drive | 173k | +4.38% |
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