| Artist | Listeners | 13-week growth |
|---|---|---|
| Marco V | 267k | — |
| Yves Deruyter | 75k | — |
| Svenson & Gielen | 80k | — |
| DJ Jean | 210k | — |
| Mauro Picotto | 342k | +0.98% |
| System F | 284k | +0.99% |
| Cygnus X | 179k | +0.88% |
| Push | 260k | +1.12% |
| Rank 1 | 377k | +0.74% |
| Ayla | 233k | +1.88% |
| Three Drives | 220k | +0.18% |
| DJ Shog | 187k | +0.44% |
| Ferry Corsten | 720k | +0.43% |
| Gouryella | 236k | +0.57% |
| 4 Strings | 421k | +0.88% |
| Veracocha | 187k | — |
| Energy 52 | 287k | +1.11% |
| BBE | 139k | — |
| Vincent de Moor | 104k | — |
| Paul van Dyk | 914k | +0.67% |
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