| Artist | Listeners | 13-week growth |
|---|---|---|
| Bess Atwell | 183k | +2.40% |
| Ex:Re | 159k | +1.03% |
| NoSo | 129k | — |
| Dizzy | 161k | — |
| Billie Marten | 715k | +1.81% |
| sjowgren | 474k | +0.79% |
| Marika Hackman | 497k | +0.90% |
| Widowspeak | 492k | +3.29% |
| Yumi Zouma | 459k | +2.74% |
| Art School Girlfriend | 122k | +2.96% |
| The Staves | 466k | +0.58% |
| Sun June | 92k | +1.69% |
| Hazel English | 310k | +1.89% |
| Flower Face | 397k | +2.84% |
| Barrie | 309k | +1.50% |
| Still Corners | 647k | +5.22% |
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