| Artist | Listeners | 13-week growth |
|---|---|---|
| Marc Et Claude | 92k | — |
| Lucid | 155k | +6.84% |
| Agnelli & Nelson | 103k | — |
| Chicane | 835k | +0.92% |
| Fragma | 499k | +0.89% |
| Push | 260k | +1.12% |
| Planet Perfecto | 103k | — |
| Dario G | 236k | +2.49% |
| System F | 284k | +0.99% |
| CRW | 61k | — |
| Motorcycle | 315k | — |
| Ian van Dahl | 475k | +0.95% |
| Lost Witness | 92k | — |
| York | 277k | +2.63% |
| Humate | 107k | — |
| 4 Strings | 421k | +0.88% |
| The Thrillseekers | 232k | — |
| Lustral | 137k | — |
| Rank 1 | 377k | +0.74% |
| 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