| Artist | Listeners | 13-week growth |
|---|---|---|
| Eric Hutchinson | 406k | — |
| Jason Mraz | 3.5M | +1.25% |
| Matt Wertz | 462k | — |
| James Morrison | 1.8M | +0.47% |
| Gavin DeGraw | 1.5M | +0.69% |
| Charlie Winston | 214k | +0.38% |
| Joshua Radin | 1.1M | +0.15% |
| Matt Nathanson | 985k | +0.42% |
| Ray LaMontagne | 1.5M | +0.70% |
| Newton Faulkner | 656k | — |
| Foy Vance | 358k | +1.29% |
| Amos Lee | 1.0M | +0.41% |
| Lissie | 501k | +0.56% |
| Mat Kearney | 849k | +0.30% |
| City and Colour | 1.2M | +0.39% |
| Jack Savoretti | 243k | +1.30% |
| Robin Thicke | 1.9M | +1.99% |
| Andrew Belle | 513k | +1.13% |
| The Civil Wars | 894k | +0.59% |
| Joe Brooks | 115k | — |
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