| Artist | Listeners | 13-week growth |
|---|---|---|
| 2hollis | 895k | +9.46% |
| 2006wr | 173k | +12.40% |
| Sorisa | 39k | +41.08% |
| Gunnr | 93k | +6.89% |
| Jane Remover | 614k | +11.31% |
| Kuru | 215k | +24.03% |
| Frost Children | 375k | +17.00% |
| glaive | 623k | +5.90% |
| underscores | 643k | +16.13% |
| Cortisa Star | 119k | +5.87% |
| kmoe | 231k | +11.61% |
| Ninajirachi | 495k | +19.81% |
| tsubi club | 242k | +14.99% |
| Tommy Fleece | 85k | +24.92% |
| Bladee | 1.0M | +3.07% |
| Bladee, ecco2k | 31k | +3.48% |
| aftrr! | 88k | +42.94% |
| Riovaz | 557k | +0.15% |
| ovine hall | 72k | +9.27% |
| ericdoa | 423k | +3.15% |
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