| Artist | Listeners | 13-week growth |
|---|---|---|
| The Soundcarriers | 73k | — |
| Sleepy Sun | 164k | +0.90% |
| Allah-Las | 467k | +1.77% |
| Teen | 66k | — |
| Jacco Gardner | 154k | +0.74% |
| The Underground Youth | 89k | — |
| Psychic Ills | 140k | +1.55% |
| Black Mountain | 374k | +0.48% |
| The Spyrals | 49k | — |
| Temples | 465k | +1.78% |
| Holy Wave | 117k | +4.01% |
| Chris Cohen | 124k | — |
| Wand | 191k | +1.75% |
| Woods | 400k | +0.32% |
| The Black Angels | 557k | +0.89% |
| Here We Go Magic | 345k | +0.47% |
| Wooden Shjips | 245k | +0.90% |
| Black Market Karma | 58k | — |
| The Warlocks | 158k | +0.65% |
| Rose Windows | 50k | — |
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