| Artist | Listeners | 13-week growth |
|---|---|---|
| Kids in Glass Houses | 246k | +0.20% |
| You Me at Six | 1.0M | +0.73% |
| Young Guns | 227k | +0.38% |
| Stiff Dylans | 71k | — |
| Busted | 557k | +1.21% |
| McFly | 809k | +0.68% |
| Go Radio | 269k | +1.02% |
| Son of Dork | 113k | +0.29% |
| Madina Lake | 328k | +0.55% |
| The Feeling | 577k | +0.30% |
| Hot Milk | 172k | +2.28% |
| Every Avenue | 469k | +0.86% |
| We Are the In Crowd | 221k | +0.90% |
| Lower Than Atlantis | 185k | — |
| Starsailor | 975k | +0.65% |
| Against the Current | 292k | +4.05% |
| Boys Like Girls | 1.7M | +1.61% |
| Forever the Sickest Kids | 793k | +0.68% |
| Don Broco | 270k | +3.07% |
| Scouting for Girls | 717k | +0.60% |
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