| Artist | Listeners | 13-week growth |
|---|---|---|
| Sun Araw | 166k | — |
| Ariel Pink's Haunted Graffiti | 391k | +0.13% |
| Black Moth Super Rainbow | 638k | +0.83% |
| Ariel Pink | 673k | +1.18% |
| Yacht | 506k | +0.40% |
| Here We Go Magic | 345k | +0.47% |
| Avey Tare | 203k | +0.20% |
| Tobacco | 320k | +0.70% |
| Yeasayer | 1.0M | +0.37% |
| Panda Bear | 918k | +0.66% |
| Django Django | 582k | +0.59% |
| U.S. Girls | 382k | +1.35% |
| Goat | 297k | +0.94% |
| Gang Gang Dance | 363k | +0.27% |
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