| Artist | Listeners | 13-week growth |
|---|---|---|
| Uniting Nations | 229k | — |
| The Ian Carey Project | 158k | — |
| Alex Gaudino | 1.0M | +2.18% |
| Armand van Helden | 975k | +2.33% |
| Room 5 | 277k | +2.76% |
| X-Press 2 | 236k | — |
| Mylo | 733k | +0.60% |
| Infernal | 348k | — |
| Madison Avenue | 252k | +3.00% |
| StoneBridge | 218k | — |
| Booty Luv | 339k | — |
| Roger Sanchez | 529k | +1.30% |
| Shapeshifters | 264k | +0.10% |
| Ultrabeat | 234k | +1.39% |
| Wamdue Project | 324k | +1.52% |
| Planet Funk | 418k | +0.04% |
| The Potbelleez | 80k | +1.03% |
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