| Artist | Listeners | 13-week growth |
|---|---|---|
| Generationals | 578k | +0.99% |
| Night Moves | 218k | +2.14% |
| Boyscott | 391k | +1.60% |
| Craft Spells | 455k | +0.92% |
| Surfer Blood | 563k | +0.19% |
| The Walkmen | 1.1M | +1.19% |
| Someone Still Loves You Boris Yeltsin | 528k | +0.88% |
| Kevin Drew | 192k | +0.91% |
| Voxtrot | 593k | +0.62% |
| Dehd | 297k | +1.21% |
| Chastity Belt | 297k | +1.33% |
| sjowgren | 474k | +0.79% |
| Cotton Jones | 260k | +3.38% |
| Les Savy Fav | 334k | +0.29% |
| Ra Ra Riot | 1.0M | +0.25% |
| Peter Bjorn and John | 2.0M | +2.61% |
| Rogue Wave | 941k | +0.38% |
| Goth Babe | 570k | +2.04% |
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