| Artist | Listeners | 13-week growth |
|---|---|---|
| Lali Puna | 442k | — |
| Sepiatone | 85k | +12.84% |
| Electric President | 222k | +0.32% |
| The Notwist | 592k | +0.36% |
| Helen Sun | 102k | +36.24% |
| Quiet Light | 113k | +14.43% |
| Kitty Craft | 359k | +4.79% |
| Casiotone for the Painfully Alone | 336k | +0.87% |
| Her Space Holiday | 317k | — |
| Mirah | 764k | +0.36% |
| Electrelane | 380k | +1.60% |
| The Books | 585k | +0.67% |
| Broadcast | 1.1M | +1.57% |
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