| Artist | Listeners | 13-week growth |
|---|---|---|
| Agnelli & Nelson | 103k | — |
| Lange | 187k | — |
| Lost Witness | 92k | — |
| The Space Brothers | 73k | +1.82% |
| Gouryella | 236k | +0.57% |
| System F | 284k | +0.99% |
| York | 277k | +2.63% |
| 4 Strings | 421k | +0.88% |
| Paul van Dyk | 914k | +0.67% |
| Three Drives | 220k | +0.18% |
| The Thrillseekers | 232k | — |
| Rank 1 | 377k | +0.74% |
| Planet Perfecto | 103k | — |
| Andain | 297k | +0.54% |
| Push | 260k | +1.12% |
| Matt Darey | 114k | — |
| Motorcycle | 315k | — |
| Lustral | 137k | — |
| Signum | 175k | +0.85% |
| DJ Sakin & Friends | 76k | — |
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