| Artist | Listeners | 13-week growth |
|---|---|---|
| We Lost the Sea | 135k | +2.09% |
| Russian Circles | 528k | +0.93% |
| Mono | 782k | +1.00% |
| The Evpatoria Report | 183k | +0.45% |
| Anoice | 85k | — |
| Caspian | 512k | +0.48% |
| Lost in Kiev | 47k | +0.22% |
| Maybeshewill | 371k | +0.08% |
| *shels | 110k | — |
| And So I Watch You From Afar | 306k | +0.55% |
| God Is an Astronaut | 833k | +0.46% |
| Yndi Halda | 216k | +0.45% |
| pg.lost | 269k | +0.34% |
| Red Sparowes | 360k | +0.16% |
| Brutus | 134k | — |
| toe | 560k | +3.23% |
| This Will Destroy You | 731k | +0.52% |
| Mogwai | 1.7M | +0.59% |
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