| Artist | Listeners | 13-week growth |
|---|---|---|
| Rampa | 245k | +5.54% |
| Adam Port | 506k | +5.13% |
| Francis Mercier | 144k | +11.34% |
| MoBlack | 153k | +10.19% |
| Black Coffee | 211k | — |
| SHIMZA | 115k | +24.86% |
| Ahmed Spins | 69k | +7.61% |
| BLOND:ISH | 338k | +7.40% |
| Vintage Culture | 474k | +2.51% |
| Notre Dame | 64k | — |
| Adriatique | 183k | +5.07% |
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