| Artist | Listeners | 13-week growth |
|---|---|---|
| The Arcs | 336k | — |
| Delta Spirit | 485k | +0.68% |
| The Kills | 1.4M | +0.41% |
| Dan Auerbach | 610k | +1.04% |
| Dr. Dog | 1.9M | +3.11% |
| Cold War Kids | 1.9M | +0.72% |
| Blood Red Shoes | 759k | +0.76% |
| Broken Bells | 1.4M | +0.52% |
| Hanni El Khatib | 237k | +0.56% |
| White Denim | 416k | +0.69% |
| The Dead Weather | 864k | +0.33% |
| The Districts | 235k | +0.92% |
| The Black Keys | 3.4M | +1.22% |
| Allah-Las | 467k | +1.77% |
| Chelou | 189k | +1.76% |
| Blitzen Trapper | 607k | +0.43% |
| My Morning Jacket | 1.3M | +0.51% |
| The Walkmen | 1.1M | +1.19% |
| Band of Skulls | 853k | +0.72% |
| Concorde | 152k | +1.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