| Artist | Listeners | 13-week growth |
|---|---|---|
| Gareth Emery | 358k | +0.81% |
| DT8 Project | 98k | — |
| Shogun | 197k | — |
| Andy Moor | 163k | +0.54% |
| Andrew Rayel | 185k | +0.67% |
| Aurosonic | 48k | — |
| Ralphie B | 64k | — |
| Roman Messer | 71k | — |
| Alex M.O.R.P.H. | 167k | +0.82% |
| 4 Strings | 421k | +0.88% |
| Ferry Corsten | 720k | +0.43% |
| Craig Connelly | 61k | — |
| Giuseppe Ottaviani | 137k | — |
| Serge Devant | 101k | — |
| Alexander Popov | 117k | — |
| Eximinds | 45k | — |
| Veracocha | 187k | — |
| Super8 & Tab | 206k | +0.58% |
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