| Artist | Listeners | 13-week growth |
|---|---|---|
| Pa Salieu | 127k | +1.77% |
| Vory | 130k | +1.92% |
| Mick Jenkins | 544k | +1.03% |
| Rich the Kid | 838k | +2.06% |
| 88GLAM | 251k | +1.08% |
| Yung Bleu | 342k | +3.80% |
| GoldLink | 1.3M | +2.71% |
| DJ Shog | 187k | +0.44% |
| Meek Mill | 1.8M | +2.59% |
| KOTA The Friend | 499k | +0.91% |
| Guapdad 4000 | 181k | +0.93% |
| DJ Dean | 178k | — |
| TERROR REID | 228k | +1.84% |
| Ag Club | 259k | +2.48% |
| Coi Leray | 804k | +2.63% |
| Pulsedriver | 292k | +0.53% |
| Amir Obe | 175k | +2.45% |
| Jack Harlow | 1.9M | +2.51% |
| Big Sean | 2.8M | +1.83% |
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