| Artist | Listeners | 13-week growth |
|---|---|---|
| Wintergatan | 107k | — |
| Blue Man Group | 171k | — |
| Bo En | 382k | +6.58% |
| KNOWER | 171k | +2.41% |
| Lewis Del Mar | 284k | +0.77% |
| Cojum Dip | 85k | +4.77% |
| The Books | 585k | +0.67% |
| Clown Core | 212k | +1.83% |
| Creo | 87k | +6.92% |
| Cosmo Sheldrake | 455k | +3.04% |
| Graham Kartna | 223k | +4.47% |
| Sevish | 55k | — |
| Tomboy | 76k | — |
| The Algorithm | 130k | — |
| Clean Bandit | 2.7M | +3.73% |
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