| Artist | Listeners | 13-week growth |
|---|---|---|
| Novaspace | 218k | +0.28% |
| Xavier | 42k | — |
| DJ Shog | 187k | +0.44% |
| Mario Lopez | 118k | — |
| Pulsedriver | 292k | +0.53% |
| Aquagen | 126k | +2.87% |
| Neo Cortex | 64k | — |
| Brooklyn Bounce | 244k | +0.49% |
| DJ Dean | 178k | — |
| CJ Stone | 100k | — |
| Starsplash | 145k | — |
| Sylver | 323k | +0.83% |
| Barcode Brothers | 125k | — |
| Kai Tracid | 187k | — |
| Baracuda | 200k | +1.46% |
| DJ Quicksilver | 204k | +0.62% |
| Jan Wayne | 189k | +0.64% |
| Shaun Baker | 140k | — |
| Watergate | 39k | — |
| Paffendorf | 192k | +1.43% |
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