| Artist | Listeners | 13-week growth |
|---|---|---|
| Hanni El Khatib | 237k | +0.56% |
| DeWolff | 88k | — |
| Archie Bronson Outfit | 160k | +0.30% |
| The Parlor Mob | 118k | +1.32% |
| No Money Kids | 36k | +2.26% |
| The Dead Weather | 864k | +0.33% |
| The Black Angels | 557k | +0.89% |
| Black Pistol Fire | 255k | +1.27% |
| Radio Moscow | 339k | — |
| Black Rebel Motorcycle Club | 1.6M | +0.43% |
| Greenleaf | 136k | +0.74% |
| Deap Vally | 149k | +0.58% |
| Mars Red Sky | 133k | — |
| Graveyard | 262k | +0.70% |
| Blues Pills | 129k | — |
| The Pack A.D. | 105k | +0.94% |
| Reignwolf | 291k | +1.66% |
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