| Artist | Listeners | 13-week growth |
|---|---|---|
| Samantha Mumba | 241k | +1.09% |
| Shampoo | 94k | — |
| B*Witched | 321k | +1.24% |
| Steps | 402k | +0.90% |
| Appleton | 52k | +0.90% |
| Rachel Stevens | 286k | +0.61% |
| Emma Bunton | 291k | +0.55% |
| All Saints | 866k | +1.24% |
| Liberty X | 186k | +1.01% |
| Geri Halliwell | 482k | +1.46% |
| Sugababes | 1.6M | +0.95% |
| Louise | 99k | +1.03% |
| Atomic Kitten | 685k | +2.02% |
| Victoria Beckham | 159k | +0.53% |
| Holly Valance | 226k | +1.02% |
| Spice Girls | 2.7M | +2.26% |
| S Club | 204k | +6.76% |
| Girls Aloud | 1.1M | +0.78% |
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