| Artist | Listeners | 13-week growth |
|---|---|---|
| Andrew Belle | 513k | +1.13% |
| Graham Colton | 213k | — |
| Greg Laswell | 473k | +0.41% |
| Matt Nathanson | 985k | +0.42% |
| Matthew Perryman Jones | 212k | +3.71% |
| Joshua Radin | 1.1M | +0.15% |
| Fleurie | 291k | +2.00% |
| Matt Wertz | 462k | — |
| Mat Kearney | 849k | +0.30% |
| Sons of the East | 214k | +1.62% |
| Dave Barnes | 202k | — |
| Jack Savoretti | 243k | +1.30% |
| Tyrone Wells | 267k | +0.37% |
| Alexi Murdoch | 943k | +0.43% |
| Justin Nozuka | 505k | — |
| David Gray | 1.5M | +0.79% |
| Tyler Hilton | 305k | +0.34% |
| Colin Hay | 630k | +0.38% |
| Gavin James | 437k | +0.66% |
| Ashley Johnson | 116k | +2.84% |
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