| Artist | Listeners | 13-week growth |
|---|---|---|
| Neal Francis | 92k | — |
| The Lazy Eyes | 136k | +1.98% |
| DeWolff | 88k | — |
| Ghostwoman | 113k | +7.84% |
| Post Animal | 245k | +1.26% |
| Acid Dad | 42k | +1.93% |
| Goat | 297k | +0.94% |
| Temples | 465k | +1.78% |
| Pond | 618k | +1.89% |
| Blue Cheer | 251k | — |
| Ulrika Spacek | 103k | +4.63% |
| The Mystery Lights | 192k | +4.91% |
| Kaleidoscope | 194k | +0.96% |
| White Fence | 141k | +2.36% |
| Sunflower Bean | 321k | — |
| Foxygen | 619k | +1.08% |
| Allah-Las | 467k | +1.77% |
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