| Artist | Listeners | 13-week growth |
|---|---|---|
| PNAU | 703k | +1.80% |
| Sneaky Sound System | 223k | +1.06% |
| The Presets | 734k | +0.33% |
| Autoerotique | 134k | — |
| Safia | 148k | +1.33% |
| Axwell | 653k | +0.99% |
| Tensnake | 375k | +1.27% |
| Ivan Gough | 196k | +2.37% |
| Duke Dumont | 1.1M | +2.97% |
| Bag Raiders | 848k | +3.78% |
| The Potbelleez | 80k | +1.03% |
| Afrojack | 977k | +1.55% |
| Calvin Harris | 5.2M | +2.56% |
| Digitalism | 1.3M | +1.23% |
| Steve Angello | 561k | +0.62% |
| Dirty South | 348k | +1.05% |
| The Bloody Beetroots | 766k | +0.45% |
| Swedish House Mafia | 2.8M | +2.72% |
| Simian Mobile Disco | 991k | +0.55% |
| Set Mo | 110k | +0.59% |
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