| Artist | Listeners | 13-week growth |
|---|---|---|
| Beats International | 168k | — |
| Mint Royale | 340k | — |
| Stereo MC's | 509k | +1.38% |
| East 17 | 303k | +0.43% |
| The Grid | 117k | — |
| Saint Etienne | 982k | +5.02% |
| Apollo 440 | 683k | +0.45% |
| Utah Saints | 241k | +0.77% |
| Lemon Jelly | 582k | +0.54% |
| Terrorvision | 129k | +0.50% |
| Fluke | 557k | +1.15% |
| Gabrielle | 685k | +0.99% |
| The Beautiful South | 477k | +0.78% |
| All Saints | 866k | +1.24% |
| Fatboy Slim | 2.7M | +1.36% |
| Bomb the Bass | 277k | +0.82% |
| Cornershop | 580k | +1.47% |
| Andy Bell | 108k | +0.59% |
| The Beloved | 355k | +2.46% |
| Death in Vegas | 870k | +0.97% |
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