| Artist | Listeners | 13-week growth |
|---|---|---|
| Alexandra Burke | 603k | +0.48% |
| The Saturdays | 692k | +0.54% |
| Diana Vickers | 215k | +0.37% |
| Tulisa | 93k | +0.92% |
| Sugababes | 1.6M | +0.95% |
| Girls Aloud | 1.1M | +0.78% |
| Rachel Stevens | 286k | +0.61% |
| Neon Hitch | 237k | +0.81% |
| Neon Jungle | 119k | +0.82% |
| Bonnie McKee | 156k | +0.89% |
| Pixie Lott | 1.0M | +0.43% |
| Nadine Coyle | 44k | +0.49% |
| Cheryl | 339k | +2.28% |
| Steps | 402k | +0.90% |
| Mabel | 752k | +1.88% |
| Florrie | 262k | +1.54% |
| Cheryl Cole | 673k | +0.04% |
| Nicole Scherzinger | 1.1M | +0.41% |
| Stooshe | 122k | +1.06% |
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