| Artist | Listeners | 13-week growth |
|---|---|---|
| Drakeo The Ruler | 261k | +5.40% |
| OhGeesy | 275k | +4.45% |
| SOB x RBE | 425k | +2.25% |
| 03 Greedo | 514k | — |
| Haiti Babii | 165k | +25.64% |
| Shordie Shordie | 209k | +3.64% |
| Remble | 250k | +2.19% |
| Stunna Girl | 160k | +8.32% |
| Rio Da Yung OG | 342k | +5.57% |
| Mac Dre | 238k | +1.69% |
| 310babii | 271k | +3.41% |
| So Supa | 207k | +10.97% |
| Nardo Wick | 601k | +2.38% |
| Mistah F.A.B. | 102k | +0.88% |
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