| Artist | Listeners | 13-week growth |
|---|---|---|
| Dark Dark Dark | 194k | +0.81% |
| Marissa Nadler | 421k | +0.47% |
| Emily Jane White | 261k | +0.77% |
| Alela Diane | 456k | +0.88% |
| Lera Lynn | 198k | +1.22% |
| Sibylle Baier | 414k | +1.36% |
| Emma Ruth Rundle | 208k | +2.42% |
| Brown Bird | 167k | +1.21% |
| Karen Dalton | 417k | +1.35% |
| Basia Bulat | 219k | +0.52% |
| Keaton Henson | 591k | +0.79% |
| Leonard Cohen | 2.2M | +1.80% |
| Scout Niblett | 179k | +0.80% |
| The Civil Wars | 894k | +0.59% |
| Julia Stone | 209k | +0.31% |
| Sophie Hunger | 197k | +1.03% |
| The Tallest Man on Earth | 1.1M | +0.37% |
| Laura Veirs | 485k | +0.55% |
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