| Artist | Listeners | 13-week growth |
|---|---|---|
| Kamaya Painters | 140k | — |
| Matt Darey | 114k | — |
| Nu NRG | 77k | — |
| The Quest | 23k | — |
| Agnelli & Nelson | 103k | — |
| Shane | 45k | — |
| BBE | 139k | — |
| The Thrillseekers | 232k | — |
| CJ Stone | 100k | — |
| System F | 284k | +0.99% |
| Vincent de Moor | 104k | — |
| Push | 260k | +1.12% |
| Three Drives | 220k | +0.18% |
| Nalin & Kane | 176k | +1.81% |
| DJ Sakin & Friends | 76k | — |
| Mario Lopez | 118k | — |
| Binary Finary | 217k | +1.36% |
| Marc Et Claude | 92k | — |
| Veracocha | 187k | — |
| Nostrum | 25k | — |
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