| Artist | Listeners | 13-week growth |
|---|---|---|
| sowithout. | 46k | +3.90% |
| knumears | 84k | +8.15% |
| Ghost Spirit | 13k | — |
| Catalyst... | 107k | +6.53% |
| To Be Gentle | 52k | — |
| Versera | 31k | +5.16% |
| Nuvolascura | 75k | — |
| Novely | 52k | +10.45% |
| widowdusk | 171k | +11.45% |
| 44.caliberloveletter | 52k | +1.81% |
| seahorsechoke | 68k | +8.69% |
| All My Wishes Were Thrown Down a Well and Should Die There | 74k | +5.67% |
| In Loving Memory | 76k | +3.08% |
| Suis la lune | 138k | +4.22% |
| Clay Birds | 41k | +10.53% |
| Ostraca | 57k | — |
| onewaymirror | 22k | — |
| Septemberistheonlytimeidontthinkofyou | 77k | +26.64% |
| I Hate Sex | 199k | +4.05% |
| Life | 121k | — |
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