| Artist | Listeners | 13-week growth |
|---|---|---|
| Glass Beach | 603k | +2.05% |
| Isobel | 48k | +31.75% |
| STOMACH BOOK | 191k | +0.60% |
| WillyRodriguezWasTaken | 75k | +15.10% |
| Weatherday | 343k | +2.58% |
| Origami Angel | 350k | +3.54% |
| home is where | 101k | +2.26% |
| idialedyournumber | 48k | — |
| awakebutstillinbed | 68k | +3.23% |
| Newgrounds Death Rugby | 98k | — |
| The Brave Little Abacus | 32k | +1.62% |
| Hey, Ily | 68k | +1.54% |
| Parannoul | 322k | +5.03% |
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