| Artist | Listeners | 13-week growth |
|---|---|---|
| The Plot in You | 474k | +5.10% |
| The Devil Wears Prada | 905k | +1.15% |
| Kingdom of Giants | 134k | +3.47% |
| Dayseeker | 290k | +5.66% |
| Like Moths to Flames | 221k | +3.68% |
| Imminence | 223k | +6.82% |
| Bad Omens | 847k | +5.10% |
| Alpha Wolf | 205k | +2.08% |
| Wage War | 340k | +3.04% |
| Void of Vision | 64k | +2.32% |
| LANDMVRKS | 235k | +3.79% |
| 156/Silence | 120k | +12.65% |
| Wind Walkers | 159k | +6.11% |
| Hollow Front | 75k | +1.88% |
| Fit For A King | 264k | +3.05% |
| If Not for Me | 73k | +11.02% |
| Silent Planet | 183k | +4.61% |
| President | 125k | +16.99% |
| Currents | 286k | +3.03% |
| Archers | 71k | +5.91% |
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