| Artist | Listeners | 13-week growth |
|---|---|---|
| PinkPantheress | 3.2M | +4.69% |
| Lilithzplug | 248k | +4.84% |
| Berryblue | 245k | +9.76% |
| Tiishe | 104k | +7.36% |
| sadder days | 75k | +12.46% |
| Take Van | 306k | +2.32% |
| Sonicreations! | 92k | +10.08% |
| LOVELI LORI | 392k | +8.06% |
| Yoonha Verse | 69k | +20.16% |
| Clark Rainbow | 173k | +27.95% |
| cece natalie | 226k | +36.96% |
| KARLEE GIRL | 191k | +1.93% |
| kanii | 759k | +3.76% |
| Jae Stephens | 188k | +10.93% |
| Tevomxntana | 360k | +3.39% |
| Chris Honor | 30k | +34.57% |
| Chase Icon | 377k | +6.66% |
| Bayli | 233k | +8.15% |
| lavi kou | 281k | +9.90% |
| Yves | 498k | +6.60% |
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