| Artist | Listeners | 13-week growth |
|---|---|---|
| purity filter | 202k | +3.70% |
| Golden Boy | 161k | +6.30% |
| Zhnoi | 50k | — |
| 3mouth | 109k | +2.12% |
| Tokyo Ghetto Pussy | 92k | +29.37% |
| Nero's Day at Disneyland | 217k | +5.96% |
| dreamloader | 68k | +10.65% |
| DJ Kuroneko | 138k | +2.86% |
| lovekurousa | 66k | +7.66% |
| milkypossum | 85k | +13.44% |
| GNB CHILI | 202k | +3.88% |
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