| Artist | Listeners | 13-week growth |
|---|---|---|
| Ben Gold | 92k | +1.16% |
| Ferry Corsten | 720k | +0.43% |
| Mark Sherry | 30k | — |
| FARIUS | 44k | +2.01% |
| Ben Nicky | 99k | — |
| Alex M.O.R.P.H. | 167k | +0.82% |
| Giuseppe Ottaviani | 137k | — |
| Richard Durand | 145k | — |
| Markus Schulz | 379k | +0.35% |
| Factor B | 16k | — |
| Armin van Buuren | 1.8M | +1.57% |
| Cosmic Gate | 476k | +0.89% |
| Maarten de Jong | 34k | — |
| Ralphie B | 64k | — |
| Andrew Rayel | 185k | +0.67% |
| Temple One | 41k | — |
| Allen Watts | 44k | — |
| John O'Callaghan | 195k | — |
| Dan Stone | 50k | — |
| Purple Haze | 56k | — |
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