| Artist | Listeners | 13-week growth |
|---|---|---|
| Black Cobra | 50k | — |
| Weedeater | 182k | +1.95% |
| 16 | 148k | — |
| Thou | 174k | — |
| Buzzov•en | 47k | +6.05% |
| Conan | 99k | +2.62% |
| High on Fire | 294k | +1.02% |
| Torche | 215k | +0.43% |
| Bongripper | 108k | +1.88% |
| Big Business | 106k | +0.71% |
| YOB | 127k | +1.41% |
| Baroness | 442k | +0.57% |
| Neurosis | 356k | +2.43% |
| Church of Misery | 87k | +1.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