| Artist | Listeners | 13-week growth |
|---|---|---|
| MEJIBRAY | 114k | +6.99% |
| SHAZNA | 105k | +7.98% |
| LAREINE | 106k | +5.67% |
| exist†trace | 110k | +4.18% |
| Plastic Tree | 303k | +7.49% |
| the GazettE | 294k | +2.43% |
| Versailles | 168k | +3.25% |
| Deadman | 152k | +5.71% |
| sukekiyo | 67k | +3.31% |
| D | 131k | +1.80% |
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