| Artist | Listeners | 13-week growth |
|---|---|---|
| Kris Allen | 349k | +0.47% |
| Joshua Radin | 1.1M | +0.15% |
| Damien Rice | 2.2M | +0.42% |
| Jason Mraz | 3.5M | +1.25% |
| Matt Costa | 722k | — |
| Matt Nathanson | 985k | +0.42% |
| Howie Day | 1.1M | +0.58% |
| Mat Kearney | 849k | +0.30% |
| David Gray | 1.5M | +0.79% |
| Chris Garneau | 240k | +0.76% |
| Colin Hay | 630k | +0.38% |
| Rufus Wainwright | 1.6M | +1.16% |
| Matt Wertz | 462k | — |
| Cary Brothers | 668k | — |
| William Fitzsimmons | 820k | +0.14% |
| City and Colour | 1.2M | +0.39% |
| Jack Savoretti | 243k | +1.30% |
| Ron Pope | 404k | — |
| Alexi Murdoch | 943k | +0.43% |
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