| Artist | Listeners | 13-week growth |
|---|---|---|
| Matt Wertz | 462k | — |
| Matt Nathanson | 985k | +0.42% |
| Matt White | 249k | — |
| Mat Kearney | 849k | +0.30% |
| Joe Brooks | 115k | — |
| Jon McLaughlin | 463k | — |
| Graham Colton | 213k | — |
| Joshua Radin | 1.1M | +0.15% |
| John Mayer | 3.8M | +1.00% |
| Matthew Mayfield | 75k | — |
| Josh Kelley | 333k | — |
| Gavin DeGraw | 1.5M | +0.69% |
| Ben Rector | 302k | — |
| Drew Holcomb & the Neighbors | 230k | +1.46% |
| Colbie Caillat | 2.1M | +0.99% |
| Jon Foreman | 244k | — |
| Marc Broussard | 289k | — |
| Josh Garrels | 156k | +0.85% |
| Ron Pope | 404k | — |
| Andrew Ripp | 59k | — |
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