| Artist | Listeners | 13-week growth |
|---|---|---|
| Serge Devant | 101k | — |
| Armin van Buuren | 1.8M | +1.57% |
| ATB | 1.4M | +2.09% |
| 4 Strings | 421k | +0.88% |
| Paul van Dyk | 914k | +0.67% |
| Andain | 297k | +0.54% |
| Binary Finary | 217k | +1.36% |
| Cosmic Gate | 476k | +0.89% |
| Dash Berlin | 452k | +0.62% |
| Yuri Kane | 89k | — |
| Reflekt | 177k | +5.38% |
| Ferry Corsten | 720k | +0.43% |
| Rank 1 | 377k | +0.74% |
| Benassi Bros. | 315k | +1.47% |
| Ben Gold | 92k | +1.16% |
| Motorcycle | 315k | — |
| System F | 284k | +0.99% |
| Gaia | 232k | +1.51% |
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