| Artist | Listeners | 13-week growth |
|---|---|---|
| David Forbes | 56k | — |
| Maarten de Jong | 34k | — |
| Genix | 69k | +1.00% |
| Ben Gold | 92k | +1.16% |
| Allen Watts | 44k | — |
| Bryan Kearney | 45k | — |
| Factor B | 16k | — |
| Ahmed Helmy | 32k | +2.52% |
| 7 Skies | 35k | — |
| John Askew | 50k | — |
| Sneijder | 36k | — |
| Estiva | 108k | +1.27% |
| Ferry Corsten | 720k | +0.43% |
| Will Atkinson | 43k | — |
| Giuseppe Ottaviani | 137k | — |
| Sunny Lax | 94k | +0.83% |
| Steve Brian | 84k | — |
| Irini | 1.8k | — |
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