| Artist | Listeners | 13-week growth |
|---|---|---|
| The Snake Corps | 50k | +3.97% |
| The Sound | 384k | +2.86% |
| Mission of Burma | 390k | +0.89% |
| Swell Maps | 146k | +0.86% |
| Lowlife | 130k | +1.83% |
| The Comsat Angels | 60k | +0.15% |
| Sad Lovers and Giants | 74k | +0.59% |
| Eyeless in Gaza | 51k | — |
| Josef K | 132k | +0.53% |
| The Fall | 628k | +0.87% |
| For Against | 67k | +1.23% |
| Red Lorry Yellow Lorry | 177k | +1.65% |
| Au Pairs | 138k | +1.32% |
| Half Japanese | 158k | +0.80% |
| Thinking Fellers Union Local 282 | 108k | +1.41% |
| The Monochrome Set | 136k | +1.14% |
| Wire | 876k | +1.08% |
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