| Artist | Listeners | 13-week growth |
|---|---|---|
| Flipper | 166k | +1.18% |
| Thinking Fellers Union Local 282 | 108k | +1.41% |
| No Trend | 52k | +2.79% |
| Half Japanese | 158k | +0.80% |
| Fat White Family | 183k | +0.95% |
| Swell Maps | 146k | +0.86% |
| Brainbombs | 66k | — |
| Cows | 71k | — |
| Girls At Our Best! | 50k | +1.72% |
| Dog Faced Hermans | 43k | +2.77% |
| The Fall | 628k | +0.87% |
| Coachwhips | 63k | +0.62% |
| Black Lips | 663k | +0.52% |
| The Gun Club | 359k | +1.79% |
| Suicide | 726k | +5.99% |
| Pylon | 167k | +1.74% |
| Chrome | 134k | +1.04% |
| Lower | 49k | — |
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