| Artist | Listeners | 13-week growth |
|---|---|---|
| Allure | 172k | — |
| Salt Tank | 132k | — |
| Kaycee | 23k | — |
| Rank 1 | 377k | +0.74% |
| Tastexperience | 45k | — |
| Pulser | 58k | — |
| Nu NRG | 77k | — |
| Canyon | 37k | — |
| Gouryella | 236k | +0.57% |
| Matt Darey | 114k | — |
| York | 277k | +2.63% |
| Push | 260k | +1.12% |
| Three Drives | 220k | +0.18% |
| Moonman | 37k | — |
| Shane | 45k | — |
| The Thrillseekers | 232k | — |
| System F | 284k | +0.99% |
| Ballroom | 49k | — |
| Tiësto | 2.8M | +1.76% |
| Transa | 35k | — |
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