| Artist | Listeners | 13-week growth |
|---|---|---|
| CHON | 296k | +1.79% |
| Cloudkicker | 147k | +0.56% |
| Sithu Aye | 74k | — |
| Scale the Summit | 134k | +0.67% |
| Intervals | 153k | — |
| Good Tiger | 118k | — |
| The Helix Nebula | 41k | — |
| Animals as Leaders | 398k | +1.28% |
| Car Bomb | 104k | +3.70% |
| Polyphia | 638k | +0.10% |
| Bulb | 75k | — |
| The Omnific | 62k | — |
| Arch Echo | 40k | — |
| Protest the Hero | 369k | +1.26% |
| Fellsilent | 57k | — |
| I Built the Sky | 73k | — |
| Vitalism | 46k | — |
| fromjoy | 55k | — |
| Periphery | 351k | +3.07% |
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