| Artist | Listeners | 13-week growth |
|---|---|---|
| Nina | 323k | +4.73% |
| Trevor Something | 250k | +1.96% |
| N.I.N.A | 138k | +3.56% |
| The Diogenes Club | 25k | — |
| Lau | 83k | +2.86% |
| Bunny X | 15k | — |
| PRiZM | 37k | — |
| Ollie Wride | 37k | — |
| The New Division | 138k | — |
| Kristine | 45k | — |
| FM Attack | 139k | +1.79% |
| Dana Jean Phoenix | 26k | — |
| Tesla Boy | 225k | +0.33% |
| Electric Youth | 366k | +2.00% |
| Nightlife | 61k | — |
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