| Artist | Listeners | 13-week growth |
|---|---|---|
| Elvis Depressedly | 312k | +0.86% |
| Julia Brown | 115k | +1.96% |
| Teen Suicide | 774k | +2.55% |
| Coma Cinema | 423k | +2.26% |
| American Pleasure Club | 196k | +1.65% |
| starry cat | 398k | +1.60% |
| Told Slant | 84k | — |
| P.H.F. | 235k | +2.10% |
| Nouns | 236k | +2.20% |
| Cyberbully Mom Club | 253k | +1.76% |
| flatsound | 634k | +4.17% |
| Flowers Taped to Pens | 74k | +1.92% |
| Wishing | 354k | +3.11% |
| The Skin Cells | 76k | +5.96% |
| Fox Academy | 447k | +1.74% |
| dandelion hands | 760k | +2.38% |
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