| Artist | Listeners | 13-week growth |
|---|---|---|
| Watchhouse | 239k | +2.49% |
| Brown Bird | 167k | +1.21% |
| Rising Appalachia | 66k | +0.04% |
| Mandolin Orange | 150k | +0.04% |
| Sarah Jarosz | 279k | +0.64% |
| Punch Brothers | 300k | +0.95% |
| The Devil Makes Three | 273k | +1.72% |
| Trampled by Turtles | 376k | +1.31% |
| The Wailin' Jennys | 140k | — |
| Old Crow Medicine Show | 558k | +1.15% |
| The SteelDrivers | 204k | +4.10% |
| The Milk Carton Kids | 317k | +0.76% |
| Crooked Still | 200k | +1.93% |
| Marty O'Reilly & the Old Soul Orchestra | 34k | +2.05% |
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