| Artist | Listeners | 13-week growth |
|---|---|---|
| Joe Brooks | 115k | — |
| Hanson | 1.0M | +0.81% |
| Mat Kearney | 849k | +0.30% |
| Howie Day | 1.1M | +0.58% |
| Gavin DeGraw | 1.5M | +0.69% |
| Jason Mraz | 3.5M | +1.25% |
| Michelle Branch | 1.1M | +1.36% |
| Eric Hutchinson | 406k | — |
| McFly | 809k | +0.68% |
| Matt Nathanson | 985k | +0.42% |
| Jon McLaughlin | 463k | — |
| Joshua Radin | 1.1M | +0.15% |
| Matt White | 249k | — |
| Edwin McCain | 561k | +1.91% |
| Matt Wertz | 462k | — |
| John Mayer | 3.8M | +1.00% |
| Josh Kelley | 333k | — |
| Ryan Cabrera | 332k | +0.92% |
| Kurt Hugo Schneider | 243k | +1.69% |
| James Blunt | 2.9M | +0.90% |
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