| Artist | Listeners | 13-week growth |
|---|---|---|
| Johnta Austin | 145k | +0.04% |
| Brutha | 99k | +0.04% |
| Casely | 65k | +0.28% |
| Young Steff | 30k | +0.60% |
| Latif | 40k | +0.65% |
| Sean Garrett | 171k | +0.01% |
| K-Young | 35k | +1.33% |
| Git Fresh | 60k | +0.63% |
| Mishon | 83k | +0.22% |
| IMx | 36k | +0.07% |
| J-Shin | 10k | +0.66% |
| O'Ryan | 9.6k | +0.63% |
| The Dream | 134k | +0.08% |
| LeMarvin | 13k | +0.02% |
| Claude Kelly | 106k | +0.01% |
| RL (of next) | 14k | 0.00% |
| D. Brown | 13k | +0.64% |
| Jackie Boyz | 68k | +0.11% |
| Mashonda | 34k | +1.75% |
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