| Artist | Listeners | 13-week growth |
|---|---|---|
| Electric President | 222k | +0.32% |
| Freelance Whales | 449k | +0.18% |
| The Postal Service | 2.3M | +0.73% |
| The American Analog Set | 515k | +2.37% |
| Dntel | 416k | +0.47% |
| Hood | 155k | — |
| Mates of State | 533k | +0.27% |
| Stars | 1.4M | +0.46% |
| Lali Puna | 442k | — |
| Pinback | 871k | +1.30% |
| Architecture in Helsinki | 1.0M | +0.18% |
| Say Hi | 246k | +0.71% |
| Rogue Wave | 941k | +0.38% |
| Coconut Records | 841k | +0.47% |
| Guther | 90k | — |
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