| Artist | Listeners | 13-week growth |
|---|---|---|
| Anika | 221k | +2.54% |
| Circuit des Yeux | 83k | — |
| Teen | 66k | — |
| Nightlands | 59k | — |
| Vanishing Twin | 155k | +3.03% |
| U.S. Girls | 382k | +1.35% |
| Mamalarky | 98k | +2.30% |
| The Automatic | 518k | +0.33% |
| L.A. Witch | 79k | +2.93% |
| No Joy | 184k | +1.64% |
| Frankie Cosmos | 1.1M | +2.08% |
| Panda Bear | 918k | +0.66% |
| Unknown Mortal Orchestra | 1.2M | +1.05% |
| Hannah Cohen | 233k | +6.96% |
| Ty Segall | 542k | +1.46% |
| Youth Lagoon | 747k | +0.47% |
| Zola Jesus | 464k | +0.42% |
| Suuns | 235k | +0.54% |
| Hotline TNT | 107k | +0.67% |
| Amen Dunes | 233k | +0.82% |
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