| Artist | Listeners | 13-week growth |
|---|---|---|
| Random Forest | 180k | +0.36% |
| The Six Parts Seven | 193k | — |
| Saxon Shore | 262k | +0.40% |
| The End of the Ocean | 150k | +1.19% |
| Lowercase Noises | 215k | +0.38% |
| Rhian Sheehan | 200k | +0.98% |
| The Echelon Effect | 246k | +0.22% |
| Sleepmakeswaves | 245k | +0.58% |
| Helios | 697k | +0.35% |
| The Album Leaf | 1.0M | +0.28% |
| pg.lost | 269k | +0.34% |
| This Patch of Sky | 105k | — |
| The Evpatoria Report | 183k | +0.45% |
| Lights Out Asia | 148k | +0.15% |
| The Seven Mile Journey | 67k | — |
| Tristeza | 248k | +0.35% |
| U137 | 140k | — |
| The American Dollar | 455k | +0.16% |
| El Ten Eleven | 362k | +0.56% |
| Lights & Motion | 248k | +0.31% |
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