| Artist | Listeners | 13-week growth |
|---|---|---|
| Amiina | 418k | +0.25% |
| múm | 894k | +0.60% |
| Saxon Shore | 262k | +0.40% |
| Sigur Rós | 2.5M | +1.32% |
| The Album Leaf | 1.0M | +0.28% |
| Efterklang | 450k | +0.23% |
| Dirty Three | 255k | +0.73% |
| The End of the Ocean | 150k | +1.19% |
| The Middle East | 385k | +1.85% |
| Eluvium | 711k | +0.25% |
| Regurgitator | 118k | +0.92% |
| Epic45 | 200k | — |
| Sleepmakeswaves | 245k | +0.58% |
| Something for Kate | 111k | +0.41% |
| The Kite String Tangle | 200k | — |
| Tortoise | 598k | +0.89% |
| Hammock | 694k | +0.69% |
| Lights Out Asia | 148k | +0.15% |
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