| Artist | Listeners | 13-week growth |
|---|---|---|
| Her's | 1.6M | +7.84% |
| Chastity Belt | 297k | +1.33% |
| HUNNY | 483k | +1.78% |
| The Vaccines | 1.4M | +0.77% |
| Reality Club | 160k | +8.11% |
| kiyo | 124k | +6.64% |
| Mac DeMarco | 3.4M | +3.24% |
| rumahsakit | 24k | — |
| boy pablo | 1.0M | +1.75% |
| Hindia | 67k | +5.58% |
| .Feast | 44k | — |
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