| Artist | Listeners | 13-week growth |
|---|---|---|
| T2 | 186k | — |
| Six Dior | 305k | +15.05% |
| Fat Papi | 68k | +6.02% |
| LONOWN | 371k | +0.83% |
| Moonshine | 163k | +34.64% |
| chrmbchrmb | 59k | +3.40% |
| Lex Amarni | 236k | +0.98% |
| laydownrot | 85k | +83.66% |
| Sabi | 131k | +79.28% |
| vivi baby | 180k | +0.99% |
| azrxel | 80k | +16.97% |
| Secret Society | 79k | +46.61% |
| Mattyeux | 156k | +76.22% |
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