| Artist | Listeners | 13-week growth |
|---|---|---|
| TheFatRat | 616k | +3.94% |
| Solar Fields | 387k | +0.77% |
| Paul Leonard-Morgan | 134k | — |
| Pogo | 591k | +2.70% |
| Tom Day | 112k | +1.54% |
| All India Radio | 200k | +2.51% |
| State Azure | 38k | +2.72% |
| Carbon Based Lifeforms | 447k | +0.56% |
| CLANN | 114k | +2.74% |
| Big Data | 411k | +1.79% |
| Parov Stelar | 1.2M | +0.64% |
| Catching Flies | 356k | +2.10% |
| 36 | 202k | +2.55% |
| H.U.V.A. Network | 134k | — |
| Floex | 119k | +0.36% |
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