| Artist | Listeners | 13-week growth |
|---|---|---|
| Joe Purdy | 508k | +0.14% |
| Greg Holden | 89k | — |
| Noah Gundersen | 265k | +1.22% |
| The White Buffalo | 272k | +1.53% |
| Josh Ritter | 635k | +0.28% |
| William Fitzsimmons | 820k | +0.14% |
| Joshua Radin | 1.1M | +0.15% |
| Foy Vance | 358k | +1.29% |
| Brett Dennen | 817k | +0.17% |
| Rocky Votolato | 311k | — |
| Ray LaMontagne | 1.5M | +0.70% |
| Benjamin Francis Leftwich | 751k | +0.35% |
| Donovan Woods | 200k | +0.73% |
| Pete Seeger | 325k | +1.70% |
| Alexi Murdoch | 943k | +0.43% |
| Iron & Wine | 2.8M | +0.88% |
| Nathaniel Rateliff | 250k | +1.60% |
| Great Lake Swimmers | 705k | +0.46% |
| Megan Davies | 182k | +0.31% |
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