| Artist | Listeners | 13-week growth |
|---|---|---|
| The Perishers | 399k | — |
| Cary Brothers | 668k | — |
| Greg Laswell | 473k | +0.41% |
| Athlete | 976k | +0.25% |
| The Thrills | 479k | — |
| The Magic Numbers | 555k | +0.33% |
| Turin Brakes | 508k | +0.22% |
| Badly Drawn Boy | 879k | +0.32% |
| Travis | 2.1M | +0.57% |
| Five for Fighting | 1.0M | +0.69% |
| Sean Lennon | 173k | +0.07% |
| Pete Yorn | 741k | +0.86% |
| Joshua Radin | 1.1M | +0.15% |
| Guster | 819k | +0.77% |
| Anna Nalick | 765k | +0.74% |
| Augustana | 815k | +0.42% |
| Oren Lavie | 235k | +0.35% |
| Howie Day | 1.1M | +0.58% |
| Hard-Fi | 990k | +0.49% |
| Rachael Yamagata | 753k | +0.25% |
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