| Artist | Listeners | 13-week growth |
|---|---|---|
| Jeremy Greene | 18k | +0.01% |
| Israel | 17k | +1.21% |
| LeMarvin | 13k | +0.02% |
| FDM | 4.3k | +1.65% |
| Young Steff | 30k | +0.60% |
| Git Fresh | 60k | +0.63% |
| D. Brown | 13k | +0.64% |
| Nasri | 12k | +0.74% |
| RANGE | 14k | +2.65% |
| Claude Kelly | 106k | +0.01% |
| Johnta Austin | 145k | +0.04% |
| Dallas Blocker | 1.7k | +0.66% |
| Brutha | 99k | +0.04% |
| Casely | 65k | +0.28% |
| Bobby Tinsley | 23k | +0.80% |
| Mishon | 83k | +0.22% |
| Jaicko | 35k | +0.03% |
| Gabriel Antonio | 22k | +0.08% |
| Jackie Boyz | 68k | +0.11% |
| Atozzio | 8.9k | +1.37% |
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