| Artist | Listeners | 13-week growth |
|---|---|---|
| Shiloh Dynasty | 415k | +3.20% |
| Instupendo | 724k | +5.64% |
| Adore | 780k | +7.51% |
| IzzaMuzzic | 322k | +2.92% |
| Nuages | 129k | — |
| Vancouver Sleep Clinic | 513k | +2.42% |
| Xander. | 388k | +2.12% |
| Layto | 184k | +2.81% |
| Finding Hope | 285k | +1.17% |
| Surf Mesa | 541k | +2.06% |
| RKCB | 210k | +0.38% |
| slushii | 324k | +1.89% |
| Half An Orange | 96k | +1.82% |
| Neoni | 299k | +3.78% |
| Kudasaibeats | 255k | +1.19% |
| Laffey | 398k | +1.98% |
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