| Artist | Listeners | 13-week growth |
|---|---|---|
| Nalin & Kane | 176k | +1.81% |
| KRYPTOGRAM | 159k | +4.49% |
| Kings of Tomorrow | 190k | — |
| Shakedown | 341k | +6.74% |
| Louie Vega | 120k | — |
| Junior Jack | 434k | +1.73% |
| Inner City | 373k | +5.12% |
| Dennis Ferrer | 234k | — |
| Sandy Rivera | 67k | — |
| Soulsearcher | 143k | +7.27% |
| Mark Knight | 293k | — |
| Peyton | 120k | — |
| Shapeshifters | 264k | +0.10% |
| StoneBridge | 218k | — |
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