| Artist | Listeners | 13-week growth |
|---|---|---|
| Jan Wayne | 189k | +0.64% |
| Klubbheads | 86k | — |
| Barcode Brothers | 125k | — |
| Baracuda | 200k | +1.46% |
| Special D. | 263k | +1.03% |
| Pakito | 284k | +0.87% |
| Ziggy x | 109k | +0.81% |
| DJ Dean | 178k | — |
| 666 | 197k | +1.39% |
| Brooklyn Bounce | 244k | +0.49% |
| Starsplash | 145k | — |
| Ultrabeat | 234k | +1.39% |
| Aquagen | 126k | +2.87% |
| DJ Shog | 187k | +0.44% |
| Pulsedriver | 292k | +0.53% |
| Paffendorf | 192k | +1.43% |
| Master Blaster | 183k | +0.72% |
| DJ Quicksilver | 204k | +0.62% |
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