| Artist | Listeners | 13-week growth |
|---|---|---|
| Charmer | 117k | +2.69% |
| Dreamwell | 21k | — |
| Kerosene Heights | 39k | +9.84% |
| Anxious | 109k | +3.66% |
| Ben Quad | 95k | +4.07% |
| Foxing | 280k | +1.72% |
| Camp Trash | 22k | +0.54% |
| Pool Kids | 126k | +4.03% |
| Thanks! I Hate It | 12k | +3.40% |
| Arm's Length | 112k | +5.04% |
| The World Is a Beautiful Place & I Am No Longer Afraid to Die | 315k | +1.12% |
| home is where | 101k | +2.26% |
| Moving Mountains | 202k | +0.37% |
| awakebutstillinbed | 68k | +3.23% |
| Boneflower | 16k | — |
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