| Artist | Listeners | 13-week growth |
|---|---|---|
| CreepP | 193k | +6.47% |
| RIProducer | 73k | +10.31% |
| Vane Lily | 121k | +6.54% |
| Crusher-P | 157k | +5.20% |
| Graveyardguy | 95k | +3.81% |
| ぐちり | 157k | +6.21% |
| maretu | 461k | +0.36% |
| VocaloKAT | 65k | +12.16% |
| The Blake Robinson Synthetic Orchestra | 258k | +10.55% |
| Creature Feature | 103k | — |
| Flavor Foley | 194k | +1.01% |
| JubyPhonic | 133k | +8.15% |
| Calypso | 51k | — |
| SAWTOWNE | 240k | +8.01% |
| Jimmy Urine | 122k | +5.75% |
| Apocalipsis | 90k | — |
| Sodikken | 285k | +3.95% |
| Trickle | 58k | +8.24% |
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