| Artist | Listeners | 13-week growth |
|---|---|---|
| Ele A | 22k | — |
| Latrelle | 8.0k | +10.24% |
| Kid Yugi | 50k | +6.75% |
| SadTurs | 29k | +7.91% |
| saYf | 34k | +13.86% |
| NIGHT SKINNY | 51k | +3.42% |
| Massimo Pericolo | 56k | +3.14% |
| SIMBA LA RUE | 48k | +5.21% |
| Fabri Fibra | 128k | +2.64% |
| Gemitaiz | 70k | +2.91% |
| Salmo | 88k | +2.39% |
| Chiello | 51k | +4.74% |
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