| Artist | Listeners | 13-week growth |
|---|---|---|
| Dirty Pretty Things | 885k | +0.43% |
| The Fratellis | 2.4M | +1.55% |
| Carolina Liar | 449k | — |
| Telekinesis | 329k | — |
| Houndmouth | 475k | +1.77% |
| The 88 | 333k | — |
| Remember Sports | 153k | +2.19% |
| Say Hi | 246k | +0.71% |
| 22-20s | 200k | +0.63% |
| Cold War Kids | 1.9M | +0.72% |
| The Dandy Warhols | 1.6M | +0.59% |
| The Servant | 184k | — |
| The Virgins | 461k | +0.78% |
| We Were Promised Jetpacks | 390k | +1.02% |
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