Listeners
23k
13-week growth
—
0 new
Weeks tracked
1
since Aug 9, 2026
Avg weekly change
—
Not enough history yet. Tracking since Aug 9, 2026 — 1 week of data so far. Growth charts and comparisons unlock once an artist has at least 3 weeks tracked.
Similar artists
| Artist | Listeners | 13-week growth |
|---|---|---|
| Champagne Drip | 75k | +2.04% |
| Greenleaf | 136k | +0.74% |
| Of the Trees | 79k | +6.81% |
| Valley of the Sun | 67k | — |
| John Garcia | 50k | +0.83% |
| chmura | 13k | — |
Show the SQL — similar artists
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 ascShow the SQL — this artist's profile
select *
from api_artist_profile
where artist_id = $1