| Artist | Listeners | 13-week growth |
|---|---|---|
| Labyrinth Ear | 363k | +2.50% |
| Mareux | 1.2M | +4.01% |
| PASTEL GHOST | 988k | +4.34% |
| Электрофорез | 49k | +1.22% |
| Mr.Kitty | 1.1M | +3.07% |
| Grand Blanc | 68k | +1.37% |
| Empathy Test | 68k | +1.06% |
| WIV | 242k | +10.85% |
| Trevor Something | 250k | +1.96% |
| Ashbury Heights | 169k | +8.01% |
| Night Club | 156k | +3.70% |
| And One | 533k | +6.22% |
| Альянс | 62k | — |
| Луна | 66k | — |
| Stegosaurus Rex | 248k | +3.10% |
| French 79 | 470k | +1.75% |
| Instupendo | 724k | +5.64% |
| j^p^n | 386k | +2.00% |
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