| Artist | Listeners | 13-week growth |
|---|---|---|
| Humate | 107k | — |
| Alibi | 66k | — |
| Signum | 175k | +0.85% |
| Pulser | 58k | — |
| Push | 260k | +1.12% |
| Three Drives | 220k | +0.18% |
| Lustral | 137k | — |
| Cygnus X | 179k | +0.88% |
| Gouryella | 236k | +0.57% |
| Andain | 297k | +0.54% |
| Bedrock | 173k | — |
| Jan Johnston | 101k | — |
| Vincent de Moor | 104k | — |
| Way Out West | 371k | — |
| Nalin & Kane | 176k | +1.81% |
| System F | 284k | +0.99% |
| Moonman | 37k | — |
| Marco V | 267k | — |
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