| Artist | Listeners | 13-week growth |
|---|---|---|
| Frank Turner | 562k | +0.42% |
| Otis Taylor | 157k | — |
| Ben Harper | 1.6M | +0.24% |
| Ben Harper & The Innocent Criminals | 262k | — |
| Pete Seeger | 325k | +1.70% |
| Billy Bragg | 659k | +1.71% |
| Woody Guthrie | 569k | +1.35% |
| The John Butler Trio | 360k | — |
| Richard Thompson | 297k | +0.62% |
| Arlo Guthrie | 339k | +0.72% |
| Paul Simon | 2.1M | +1.32% |
| The White Buffalo | 272k | +1.53% |
| Josh Ritter | 635k | +0.28% |
| Rage Against the Machine | 4.3M | +1.26% |
| Indigo Girls | 523k | +0.86% |
| City and Colour | 1.2M | +0.39% |
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