| Artist | Listeners | 13-week growth |
|---|---|---|
| Allt | 68k | +9.75% |
| Aphasia | 31k | — |
| 156/Silence | 120k | +12.65% |
| Invent, Animate | 39k | +0.78% |
| Aviana | 111k | +2.77% |
| Invent Animate | 139k | +6.27% |
| Currents | 286k | +3.03% |
| Imminence | 223k | +6.82% |
| Grayscale Season | 29k | +5.89% |
| Northlane | 303k | +2.04% |
| Silent Planet | 183k | +4.61% |
| Johnny Booth | 75k | +1.68% |
| What Lies Below | 34k | +13.47% |
| Levels | 32k | +6.55% |
| Oceans | 99k | — |
| Atlas | 394k | +2.23% |
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