| Artist | Listeners | 13-week growth |
|---|---|---|
| I:Cube | 210k | — |
| Fila Brazillia | 451k | +0.41% |
| Alex Gopher | 310k | +0.33% |
| Ian Pooley | 310k | +1.04% |
| Baby Mammoth | 151k | — |
| Herbert | 271k | — |
| Hacienda | 130k | — |
| DJ Cam | 543k | +0.71% |
| Peace Orchestra | 344k | +0.33% |
| Kid Loco | 677k | +1.53% |
| Tosca | 894k | +0.87% |
| Charles Webster | 66k | — |
| Rithma | 74k | — |
| Shazz | 68k | — |
| Boozoo Bajou | 576k | +0.59% |
| The Dining Rooms | 315k | +2.18% |
| Floating Points | 583k | +2.32% |
| Anthony Naples | 130k | — |
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