| Artist | Listeners | 13-week growth |
|---|---|---|
| Gravenhurst | 184k | — |
| Hood | 155k | — |
| The White Birch | 74k | — |
| The Black Heart Procession | 238k | — |
| Logh | 109k | — |
| Windsor For The Derby | 107k | — |
| I LIKE TRAINS | 44k | — |
| Pram | 167k | — |
| Efterklang | 450k | +0.23% |
| Tindersticks | 514k | +0.65% |
| Disco Inferno | 115k | +1.57% |
| Low | 1.1M | +0.91% |
| The Sea and Cake | 411k | +0.72% |
| Stereolab | 1.3M | +1.39% |
| Epic45 | 200k | — |
| Tortoise | 598k | +0.89% |
| Mice Parade | 203k | — |
| Bark Psychosis | 267k | +3.01% |
| Labradford | 202k | +0.42% |
| Trans Am | 167k | +0.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