| Artist | Listeners | 13-week growth |
|---|---|---|
| Joey Beltram | 145k | +1.60% |
| Emmanuel Top | 65k | — |
| Phuture | 78k | +1.28% |
| Hardfloor | 109k | +1.36% |
| Dave Clarke | 134k | — |
| Green Velvet | 252k | — |
| James Ruskin | 56k | — |
| Slam | 171k | — |
| CJ Bolland | 150k | — |
| M/A/R/R/S | 99k | — |
| Luke Slater | 83k | — |
| Anthony Rother | 177k | — |
| Leftfield | 890k | +0.58% |
| Laurent Garnier | 324k | +0.52% |
| Inner City | 373k | +5.12% |
| Carl Cox | 282k | — |
| Thomas P. Heckmann | 34k | — |
| Fluke | 557k | +1.15% |
| UMEK | 192k | — |
| WestBam | 170k | — |
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