| Artist | Listeners | 13-week growth |
|---|---|---|
| Claude VonStroke | 246k | — |
| KiNK | 139k | — |
| Julio Bashmore | 203k | — |
| Dusky | 240k | +2.78% |
| Maya Jane Coles | 283k | — |
| Justin Jay | 163k | +8.81% |
| Maceo Plex | 232k | — |
| Hot Since 82 | 172k | +2.46% |
| Hot Natured | 146k | — |
| Ian Pooley | 310k | +1.04% |
| Huxley | 95k | — |
| Jimpster | 111k | +1.09% |
| AYYBO | 204k | +4.69% |
| Peggy Gou | 916k | +5.22% |
| George Fitzgerald | 333k | +0.67% |
| Patrick Topping | 108k | — |
| Dennis Ferrer | 234k | — |
| Duke Dumont | 1.1M | +2.97% |
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