| Artist | Listeners | 13-week growth |
|---|---|---|
| People In The Box | 95k | — |
| NICO Touches the Walls | 232k | +4.16% |
| amazarashi | 214k | +3.32% |
| SUPER BEAVER | 96k | +3.31% |
| Galileo Galilei | 127k | — |
| LONG SHOT PARTY | 108k | +3.92% |
| STANCE PUNKS | 100k | +3.07% |
| Joe Inoue | 79k | +4.49% |
| cinema staff | 156k | +4.18% |
| BURNOUT SYNDROMES | 293k | +3.95% |
| SPYAIR | 229k | +3.80% |
| BUMP OF CHICKEN | 312k | +2.38% |
| Daisuke | 36k | +5.19% |
| KANA-BOON | 566k | +4.04% |
| Flow | 622k | +2.91% |
| BLUE ENCOUNT | 229k | +3.44% |
| ART-SCHOOL | 80k | +1.38% |
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