| Artist | Listeners | 13-week growth |
|---|---|---|
| Agnelli & Nelson | 103k | — |
| Marco V | 267k | — |
| Three Drives | 220k | +0.18% |
| Planet Perfecto | 103k | — |
| Marc Et Claude | 92k | — |
| System F | 284k | +0.99% |
| Paul van Dyk | 914k | +0.67% |
| York | 277k | +2.63% |
| Mauro Picotto | 342k | +0.98% |
| CRW | 61k | — |
| Push | 260k | +1.12% |
| Binary Finary | 217k | +1.36% |
| Yomanda | 46k | — |
| Rank 1 | 377k | +0.74% |
| Signum | 175k | +0.85% |
| Cygnus X | 179k | +0.88% |
| DJ Sakin & Friends | 76k | — |
| Lost Witness | 92k | — |
| BBE | 139k | — |
| Fragma | 499k | +0.89% |
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