| Artist | Listeners | 13-week growth |
|---|---|---|
| Mat Kearney | 849k | +0.30% |
| Jon McLaughlin | 463k | — |
| Matt Nathanson | 985k | +0.42% |
| Matt Wertz | 462k | — |
| Howie Day | 1.1M | +0.58% |
| Gavin DeGraw | 1.5M | +0.69% |
| Teddy Geiger | 343k | — |
| John Mayer | 3.8M | +1.00% |
| Five for Fighting | 1.0M | +0.69% |
| Amos Lee | 1.0M | +0.41% |
| Ray LaMontagne | 1.5M | +0.70% |
| Graham Colton | 213k | — |
| Jason Mraz | 3.5M | +1.25% |
| David Gray | 1.5M | +0.79% |
| Ryan Cabrera | 332k | +0.92% |
| Dave Barnes | 202k | — |
| Tyrone Wells | 267k | +0.37% |
| James Morrison | 1.8M | +0.47% |
| Dan Fogelberg | 359k | +1.33% |
| Joshua Radin | 1.1M | +0.15% |
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