| Artist | Listeners | 13-week growth |
|---|---|---|
| Bandits of the Acoustic Revolution | 136k | +0.59% |
| Joey Cape | 47k | +0.26% |
| Tony Sly | 34k | +0.48% |
| Chuck Ragan | 110k | +0.50% |
| Frank Turner | 562k | +0.42% |
| Jonathan Coulton | 402k | +0.68% |
| Ghost Mice | 102k | +0.68% |
| Wingnut Dishwashers Union | 97k | +1.33% |
| Paul Baribeau | 144k | +0.89% |
| Kevin Devine | 293k | — |
| The Mountain Goats | 1.2M | +1.16% |
| Dustin Kensrue | 174k | +0.23% |
| Right Away, Great Captain! | 116k | — |
| Rocky Votolato | 311k | — |
| Aliceband | 79k | +5.56% |
| Just Nick | 38k | +1.64% |
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