| Artist | Listeners | 13-week growth |
|---|---|---|
| Lymbyc Systym | 174k | — |
| Maserati | 173k | — |
| And So I Watch You From Afar | 306k | +0.55% |
| Brontide | 69k | — |
| The Mercury Program | 100k | +0.42% |
| Caspian | 512k | +0.48% |
| Grails | 247k | +0.34% |
| 65daysofstatic | 690k | +0.34% |
| El Ten Eleven | 362k | +0.56% |
| Explosions in the Sky | 1.5M | +0.38% |
| Tristeza | 248k | +0.35% |
| Saxon Shore | 262k | +0.40% |
| Sleepmakeswaves | 245k | +0.58% |
| The Evpatoria Report | 183k | +0.45% |
| Maybeshewill | 371k | +0.08% |
| Red Sparowes | 360k | +0.16% |
| Collapse Under the Empire | 192k | +0.34% |
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