| Artist | Listeners | 13-week growth |
|---|---|---|
| pupsies | 189k | +4.29% |
| Moonshine | 163k | +34.64% |
| Janina | 55k | +111.59% |
| laydownrot | 85k | +83.66% |
| Luu | 66k | +55.29% |
| MThu | 64k | +4.55% |
| HellBlade | 87k | +55.96% |
| s0rrow | 105k | +75.72% |
| duskydemise | 112k | +72.69% |
| angelhard | 50k | +88.09% |
| bbpanzu | 135k | +61.60% |
| ridgeclub | 118k | +696.20% |
| Alximo | 48k | +6.79% |
| flvtter | 30k | +19.07% |
| DelinQuent | 120k | +1.42% |
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