| Artist | Listeners | 13-week growth |
|---|---|---|
| Balance and Composure | 299k | +2.14% |
| O'Brother | 71k | +1.23% |
| Moving Mountains | 202k | +0.37% |
| Militarie Gun | 146k | +5.73% |
| As Cities Burn | 206k | +0.56% |
| Drug Church | 170k | +1.89% |
| Manchester Orchestra | 1.5M | +1.52% |
| Rival Schools | 192k | +1.58% |
| The Casket Lottery | 88k | +2.05% |
| mewithoutYou | 463k | +0.61% |
| Emery | 523k | +1.14% |
| Thrice | 1.2M | +0.82% |
| Can't Swim | 151k | +1.33% |
| Have Mercy | 151k | +2.24% |
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