| Artist | Listeners | 13-week growth |
|---|---|---|
| Dj Bountyhunter | 182k | +8.92% |
| Party Animals | 148k | +9.24% |
| DJ Isaac | 147k | — |
| Dune | 299k | +1.61% |
| Tokyo Ghetto Pussy | 92k | +29.37% |
| Mark 'Oh | 132k | +0.71% |
| Marc Acardipane | 179k | +5.17% |
| Juggernaut | 33k | — |
| Interactive | 71k | — |
| Wonderland | 27k | — |
| Stingray | 13k | — |
| RMB | 110k | +1.19% |
| Joost | 508k | +13.04% |
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