| Artist | Listeners | 13-week growth |
|---|---|---|
| The Heavy Heavy | 70k | — |
| Post Animal | 245k | +1.26% |
| Wild Child | 355k | +0.49% |
| Lord Huron | 2.4M | +2.79% |
| Sunflower Bean | 321k | — |
| Lucius | 420k | +0.78% |
| The Lone Bellow | 153k | +0.68% |
| The Wild Reeds | 173k | +2.38% |
| MisterWives | 644k | +0.79% |
| Katie Pruitt | 76k | +2.25% |
| The Head and the Heart | 1.2M | +1.07% |
| Trousdale | 127k | — |
| Leif Vollebekk | 223k | +2.22% |
| Wild Rivers | 295k | +1.43% |
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