| Artist | Listeners | 13-week growth |
|---|---|---|
| Hood | 155k | — |
| Arab Strap | 316k | +0.78% |
| Low | 1.1M | +0.91% |
| The For Carnation | 83k | +1.52% |
| The American Analog Set | 515k | +2.37% |
| Piano Magic | 208k | — |
| Codeine | 239k | +1.71% |
| Movietone | 54k | — |
| Bedhead | 220k | +2.45% |
| Early Day Miners | 65k | — |
| Seam | 107k | +3.99% |
| Mogwai | 1.7M | +0.59% |
| Windsor For The Derby | 107k | — |
| Bluetile Lounge | 50k | +4.03% |
| deathcrash | 59k | — |
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