| Artist | Listeners | 13-week growth |
|---|---|---|
| One Chance | 196k | 0.00% |
| Brutha | 99k | +0.04% |
| Mishon | 83k | +0.22% |
| Johnta Austin | 145k | +0.04% |
| The Dream | 134k | +0.08% |
| Bertell | 2.4k | +0.04% |
| Young Steff | 30k | +0.60% |
| Git Fresh | 60k | +0.63% |
| Latif | 40k | +0.65% |
| IMx | 36k | +0.07% |
| Shanell | 20k | +0.69% |
| Casely | 65k | +0.28% |
| LeMarvin | 13k | +0.02% |
| D. Brown | 13k | +0.64% |
| Aaron Fresh | 21k | +0.60% |
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