| Artist | Listeners | 13-week growth |
|---|---|---|
| Hiroshi Kitadani | 120k | +4.75% |
| D-51 | 98k | — |
| Folder 5 | 80k | +3.35% |
| BON-BON BLANCO | 24k | — |
| 大槻真希 | 13k | — |
| The Babystars | 54k | — |
| 5050 | 17k | — |
| ZZ | 42k | — |
| AAA | 134k | — |
| Flow | 622k | +2.91% |
| Hearts Grow | 74k | +3.74% |
| GENERATIONS from EXILE TRIBE | 61k | — |
| little by little | 106k | +3.15% |
| Aqua Timez | 189k | +3.57% |
| Da-iCE | 89k | — |
| Shoko Nakagawa | 167k | +5.27% |
| 福原美穂 | 25k | — |
| いきものがかり | 84k | +1.15% |
| 7!! | 178k | +4.57% |
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