| Artist | Listeners | 13-week growth |
|---|---|---|
| Adna | 180k | — |
| Phosphorescent | 708k | +0.85% |
| Anna Ternheim | 434k | +0.14% |
| Patrick Watson | 1.7M | +2.25% |
| James Vincent McMorrow | 965k | +0.45% |
| Pure Bathing Culture | 101k | +1.20% |
| Fenne Lily | 326k | +1.57% |
| Sun June | 92k | +1.69% |
| Nick Mulvey | 449k | +0.90% |
| Hello Saferide | 277k | — |
| Ane Brun | 655k | +0.59% |
| El Perro del Mar | 388k | — |
| Molly Burch | 229k | +1.34% |
| Soko | 731k | +0.73% |
| Sarah Klang | 69k | — |
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