| Artist | Listeners | 13-week growth |
|---|---|---|
| Will Young | 464k | +0.24% |
| Kylie Minogue | 3.7M | +3.36% |
| Little Boots | 827k | +0.42% |
| Florrie | 262k | +1.54% |
| Andy Bell | 108k | +0.59% |
| Sophie Ellis-Bextor | 1.8M | +2.06% |
| Betty Boo | 59k | +1.07% |
| Years & Years | 994k | +0.08% |
| Diana Vickers | 215k | +0.37% |
| Matt Cardle | 133k | — |
| Steps | 402k | +0.90% |
| Temposhark | 78k | — |
| Monarchy | 167k | +0.27% |
| La Roux | 2.3M | +2.27% |
| Louise | 99k | +1.03% |
| Say Lou Lou | 257k | +0.35% |
| Hurts | 905k | +0.49% |
| Zoot Woman | 326k | — |
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