| Artist | Listeners | 13-week growth |
|---|---|---|
| Night Beats | 134k | +1.20% |
| The Mystery Lights | 192k | +4.91% |
| She Keeps Bees | 107k | — |
| The Pack A.D. | 105k | +0.94% |
| Jacuzzi Boys | 149k | +1.58% |
| Dead Ghosts | 129k | +1.95% |
| L.A. Witch | 79k | +2.93% |
| The Dead Weather | 864k | +0.33% |
| Patrick Sweany | 83k | — |
| Allah-Las | 467k | +1.77% |
| Dan Auerbach | 610k | +1.04% |
| Mystic Braves | 117k | +2.12% |
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