| Artist | Listeners | 13-week growth |
|---|---|---|
| The Contortionist | 198k | +1.95% |
| Corelia | 60k | — |
| The Human Abstract | 141k | +0.72% |
| The Safety Fire | 43k | — |
| Intronaut | 132k | +0.44% |
| The HAARP Machine | 30k | — |
| Scale the Summit | 134k | +0.67% |
| Between the Buried and Me | 452k | +0.78% |
| The Tony Danza Tapdance Extravaganza | 109k | +2.08% |
| Veil of Maya | 288k | +1.24% |
| Car Bomb | 104k | +3.70% |
| Protest the Hero | 369k | +1.26% |
| Structures | 99k | +0.78% |
| Within the Ruins | 124k | — |
| SikTh | 148k | — |
| Skyharbor | 69k | — |
| Volumes | 213k | +1.86% |
| After the Burial | 264k | +1.57% |
| 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