| Artist | Listeners | 13-week growth |
|---|---|---|
| Matt White | 249k | — |
| Dave Barnes | 202k | — |
| Justin Nozuka | 505k | — |
| Jon McLaughlin | 463k | — |
| Graham Colton | 213k | — |
| Mat Kearney | 849k | +0.30% |
| Jay Brannan | 113k | — |
| Matt Nathanson | 985k | +0.42% |
| Joe Brooks | 115k | — |
| Josh Kelley | 333k | — |
| Ryan Cabrera | 332k | +0.92% |
| Teddy Geiger | 343k | — |
| Howie Day | 1.1M | +0.58% |
| Cary Brothers | 668k | — |
| Jason Mraz | 3.5M | +1.25% |
| Joshua Radin | 1.1M | +0.15% |
| James Morrison | 1.8M | +0.47% |
| Matthew Mayfield | 75k | — |
| Tyler Hilton | 305k | +0.34% |
| Matthew Perryman Jones | 212k | +3.71% |
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