| Artist | Listeners | 13-week growth |
|---|---|---|
| Blue Stahli | 355k | +1.04% |
| Celldweller | 706k | +0.99% |
| Voicians | 106k | +1.18% |
| RTPN | 46k | — |
| Hybrid | 420k | +0.52% |
| The Crystal Method | 1.0M | +0.62% |
| Lunatic Calm | 256k | +1.72% |
| Frank Klepacki | 197k | +0.91% |
| Cyanotic | 52k | — |
| Overseer | 359k | +0.89% |
| Junkie XL | 657k | +0.79% |
| Adam Freeland | 178k | +1.80% |
| Rabbit Junk | 131k | +1.03% |
| Circle of Dust | 67k | +0.95% |
| Void Chapter | 30k | +1.12% |
| I Will Never Be The Same | 49k | +0.63% |
| Fluke | 557k | +1.15% |
| Rob Dougan | 599k | +0.53% |
| Soul Extract | 25k | +0.73% |
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