| Artist | Listeners | 13-week growth |
|---|---|---|
| Partiboi69 | 89k | — |
| 1tbsp | 208k | +6.80% |
| Vladimir Dubyshkin | 72k | — |
| DJ Gigola | 73k | — |
| DJ これからの緊急災害 | 41k | — |
| X-Coast | 66k | — |
| eargasm god | 57k | — |
| Marlon Hoffstadt | 255k | +6.78% |
| Indecorum | 101k | — |
| DJ Assault | 146k | — |
| Kettama | 281k | +0.25% |
| Binary Digit | 42k | — |
| Mall Grab | 345k | +2.97% |
| n95 | 7.3k | — |
| Southstar | 308k | +2.71% |
| Jensen Interceptor | 45k | — |
| Mietze Conte | 186k | +7.09% |
| Panteros666 | 75k | — |
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