| Artist | Listeners | 13-week growth |
|---|---|---|
| Mason Jennings | 473k | — |
| Brett Dennen | 817k | +0.17% |
| Chris Staples | 202k | +0.95% |
| Damien Jurado | 672k | +0.61% |
| Josh Ritter | 635k | +0.28% |
| Joshua Radin | 1.1M | +0.15% |
| M. Ward | 1.1M | +0.62% |
| Iron & Wine | 2.8M | +0.88% |
| Donavon Frankenreiter | 798k | +0.30% |
| The Tallest Man on Earth | 1.1M | +0.37% |
| Ray LaMontagne | 1.5M | +0.70% |
| Matt Costa | 722k | — |
| The Weepies | 843k | +0.30% |
| David Gray | 1.5M | +0.79% |
| John Craigie | 96k | +2.65% |
| Xavier Rudd | 560k | +0.72% |
| The Barr Brothers | 382k | +1.22% |
| Joe Purdy | 508k | +0.14% |
| Colin Hay | 630k | +0.38% |
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