| Artist | Listeners | 13-week growth |
|---|---|---|
| Black Kids | 885k | +0.81% |
| The Magnetic Fields | 1.4M | +2.60% |
| Belle and Sebastian | 1.8M | +0.89% |
| Camera Obscura | 1.1M | +0.68% |
| The Blow | 372k | +0.22% |
| San Cisco | 502k | +0.62% |
| Au Revoir Simone | 671k | +0.30% |
| of Montreal | 1.7M | +1.60% |
| This is Lorelei | 206k | +13.84% |
| The Whitest Boy Alive | 1.1M | +0.94% |
| Ratboy | 2.8k | +1.58% |
| Peter Bjorn and John | 2.0M | +2.61% |
| Girls | 734k | +0.36% |
| Wild Belle | 259k | — |
| Snail Mail | 650k | +1.76% |
| Clap Your Hands Say Yeah | 1.1M | +0.39% |
| Phoenix | 3.2M | +1.31% |
| The Go-Betweens | 254k | +1.15% |
| The Primitives | 249k | +1.29% |
| Beaumont | 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