| Artist | Listeners | 13-week growth |
|---|---|---|
| Shopping | 69k | — |
| Protomartyr | 286k | +2.16% |
| Ought | 160k | +0.84% |
| The Coathangers | 79k | +1.15% |
| Savages | 329k | — |
| Gustaf | 67k | — |
| Sweeping Promises | 92k | — |
| Preoccupations | 205k | +1.11% |
| Goat Girl | 148k | — |
| White Lung | 132k | +0.39% |
| Sneaks | 178k | — |
| Delta 5 | 181k | +1.18% |
| Porridge Radio | 186k | +0.95% |
| Cola | 179k | +3.64% |
| Parquet Courts | 591k | +1.01% |
| Bodega | 144k | — |
| Sprints | 119k | — |
| Pylon | 167k | +1.74% |
| Merchandise | 106k | — |
| Shame | 316k | +1.59% |
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