| Artist | Listeners | 13-week growth |
|---|---|---|
| The Prodigy | 3.0M | +1.10% |
| Apollo 440 | 683k | +0.45% |
| Kosheen | 758k | +0.87% |
| Lunatic Calm | 256k | +1.72% |
| Death in Vegas | 870k | +0.97% |
| Propellerheads | 577k | +0.52% |
| OK KID | 82k | — |
| Fluke | 557k | +1.15% |
| Overseer | 359k | +0.89% |
| The Crystal Method | 1.0M | +0.62% |
| Junkie XL | 657k | +0.79% |
| Sneaker Pimps | 1.3M | +2.44% |
| The Chemical Brothers | 2.9M | +2.05% |
| UNKLE | 1.4M | +0.61% |
| Fatboy Slim | 2.7M | +1.36% |
| Deichkind | 425k | +0.38% |
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