| Artist | Listeners | 13-week growth |
|---|---|---|
| mudeth | 71k | +3.19% |
| Danny Baranowsky | 192k | +1.89% |
| Lena Raine | 443k | +4.58% |
| Chris Christodoulou | 207k | +4.54% |
| Aperture Science Psychoacoustics Laboratory | 53k | +0.72% |
| Ben Prunty | 139k | +2.55% |
| Jake Kaufman | 63k | +4.01% |
| Toby Fox | 1.3M | +5.07% |
| Darren Korb | 378k | +1.84% |
| Jack Wall | 330k | +1.81% |
| Sega | 130k | +10.26% |
| Curtis Schweitzer | 68k | — |
| Valve | 166k | +2.54% |
| Re-Logic | 159k | +4.72% |
| Ridiculon | 64k | +10.52% |
| Valve Studio Orchestra | 141k | — |
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