| Artist | Listeners | 13-week growth |
|---|---|---|
| Andy Grammer | 966k | +3.24% |
| Mat Kearney | 849k | +0.30% |
| Jon McLaughlin | 463k | — |
| Drew Holcomb & the Neighbors | 230k | +1.46% |
| Graham Colton | 213k | — |
| Eric Hutchinson | 406k | — |
| Matt Nathanson | 985k | +0.42% |
| Josiah Queen | 104k | +6.99% |
| Jon Foreman | 244k | — |
| Rob Thomas | 921k | +1.11% |
| Dave Barnes | 202k | — |
| Josh Garrels | 156k | +0.85% |
| Five for Fighting | 1.0M | +0.69% |
| Andrew Ripp | 59k | — |
| Gavin DeGraw | 1.5M | +0.69% |
| Sara Bareilles | 2.2M | +0.94% |
| Jukebox the Ghost | 473k | +1.45% |
| Ben Folds | 1.2M | +0.58% |
| Andrew McMahon in the Wilderness | 249k | +1.06% |
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