| Artist | Listeners | 13-week growth |
|---|---|---|
| Nova Twins | 183k | +3.10% |
| Silly Goose | 40k | — |
| UnityTX | 69k | — |
| Ocean Grove | 128k | +3.47% |
| Dropout Kings | 65k | — |
| King 810 | 79k | — |
| Ocean Wisdom | 116k | +1.63% |
| Scene Queen | 237k | +3.37% |
| JME | 397k | +2.16% |
| Cassyette | 188k | +4.54% |
| Profiler | 45k | — |
| black coast | 271k | +4.10% |
| Fox Lake | 64k | — |
| Professor Green | 444k | +0.51% |
| Graphic Nature | 34k | — |
| Chip | 150k | +3.16% |
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