| Artist | Listeners | 13-week growth |
|---|---|---|
| CRW | 61k | — |
| Canyon | 37k | — |
| System F | 284k | +0.99% |
| Humate | 107k | — |
| Agnelli & Nelson | 103k | — |
| Kamaya Painters | 140k | — |
| Nalin & Kane | 176k | +1.81% |
| Marc Et Claude | 92k | — |
| Gouryella | 236k | +0.57% |
| DJ Quicksilver | 204k | +0.62% |
| BBE | 139k | — |
| Lustral | 137k | — |
| Push | 260k | +1.12% |
| Cygnus X | 179k | +0.88% |
| Art of Trance | 144k | — |
| Three Drives | 220k | +0.18% |
| Energy 52 | 287k | +1.11% |
| Marco V | 267k | — |
| Solid Sessions | 63k | — |
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