| Artist | Listeners | 13-week growth |
|---|---|---|
| Matt Wertz | 462k | — |
| Mat Kearney | 849k | +0.30% |
| Matt Nathanson | 985k | +0.42% |
| Colbie Caillat | 2.1M | +0.99% |
| Gavin DeGraw | 1.5M | +0.69% |
| Joshua Radin | 1.1M | +0.15% |
| Jon McLaughlin | 463k | — |
| Howie Day | 1.1M | +0.58% |
| Jason Mraz | 3.5M | +1.25% |
| Tyrone Wells | 267k | +0.37% |
| Ingrid Michaelson | 1.5M | +0.57% |
| Griffin House | 237k | — |
| Dave Barnes | 202k | — |
| Ben Lee | 595k | +0.30% |
| Edwin McCain | 561k | +1.91% |
| Eric Hutchinson | 406k | — |
| Teddy Geiger | 343k | — |
| Joe Brooks | 115k | — |
| Andy Grammer | 966k | +3.24% |
| Newton Faulkner | 656k | — |
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