| Artist | Listeners | 13-week growth |
|---|---|---|
| Kettama | 281k | +0.25% |
| Skin On Skin | 163k | +3.26% |
| Partiboi69 | 89k | — |
| Kolter | 83k | — |
| Mall Grab | 345k | +2.97% |
| Justin Jay | 163k | +8.81% |
| Marlon Hoffstadt | 255k | +6.78% |
| DJ Gigola | 73k | — |
| Chris Stussy | 191k | +12.59% |
| X CLUB. | 67k | +9.75% |
| MCR-T | 341k | +0.24% |
| DJ Boring | 139k | — |
| Dusky | 240k | +2.78% |
| Tommy Holohan | 35k | — |
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