| Artist | Listeners | 13-week growth |
|---|---|---|
| Paul Cherry | 121k | — |
| Post Animal | 245k | +1.26% |
| The Growlers | 856k | +1.61% |
| Pond | 618k | +1.89% |
| Benches | 241k | +6.51% |
| Wand | 191k | +1.75% |
| Inner Wave | 534k | +1.83% |
| Moses Gunn Collective | 302k | +2.58% |
| Levitation Room | 271k | +1.66% |
| Froth | 138k | +2.43% |
| Sugar Candy Mountain | 242k | +1.14% |
| Mystic Braves | 117k | +2.12% |
| Low Hum | 163k | +4.07% |
| The Black Angels | 557k | +0.89% |
| Drugdealer | 676k | +3.74% |
| The Lazy Eyes | 136k | +1.98% |
| Morgan Delt | 141k | +1.68% |
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