| Artist | Listeners | 13-week growth |
|---|---|---|
| Radio Moscow | 339k | — |
| Patrick Sweany | 83k | — |
| The Heavy Eyes | 77k | — |
| Kadavar | 163k | — |
| Asteroid | 84k | — |
| The Stone Foxes | 148k | — |
| Left Lane Cruiser | 177k | — |
| Sleepy Sun | 164k | +0.90% |
| Samsara Blues Experiment | 97k | — |
| Graveyard | 262k | +0.70% |
| Dan Auerbach | 610k | +1.04% |
| Blues Pills | 129k | — |
| Black Mountain | 374k | +0.48% |
| Rival Sons | 362k | +0.92% |
| Spirit | 289k | +1.16% |
| The Flying Eyes | 53k | — |
| My Sleeping Karma | 97k | — |
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