| Artist | Listeners | 13-week growth |
|---|---|---|
| TOPS | 498k | +1.41% |
| Generationals | 578k | +0.99% |
| Tennis | 995k | +1.74% |
| Allo Darlin' | 118k | +0.33% |
| Pale Blue Eyes | 47k | +3.06% |
| Hazel English | 310k | +1.89% |
| Pearl & the Oysters | 106k | +3.84% |
| Soccer Mommy | 812k | +1.65% |
| Camera Obscura | 1.1M | +0.68% |
| Caroline Rose | 399k | +2.01% |
| Slow Club | 392k | +0.14% |
| The Go-Betweens | 254k | +1.15% |
| Self Esteem | 117k | +1.61% |
| Miya Folick | 308k | +1.17% |
| MUNYA | 138k | +2.73% |
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