| Artist | Listeners | 13-week growth |
|---|---|---|
| Anthony Green | 258k | +2.24% |
| Freelance Whales | 449k | +0.18% |
| Dustin Kensrue | 174k | +0.23% |
| Kevin Devine | 293k | — |
| The Format | 665k | +0.40% |
| Blind Pilot | 730k | +0.42% |
| Copeland | 599k | +0.35% |
| Right Away, Great Captain! | 116k | — |
| The Dodos | 630k | +0.28% |
| Dear and the Headlights | 257k | — |
| City and Colour | 1.2M | +0.39% |
| Dawes | 423k | +0.47% |
| Okkervil River | 787k | +0.22% |
| Manchester Orchestra | 1.5M | +1.52% |
| Noah Gundersen | 265k | +1.22% |
| The Avett Brothers | 889k | +0.55% |
| Kurt Travis | 92k | — |
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