| Artist | Listeners | 13-week growth |
|---|---|---|
| Latif | 40k | +0.65% |
| O'Ryan | 9.6k | +0.63% |
| Brutha | 99k | +0.04% |
| One Chance | 196k | 0.00% |
| Johnta Austin | 145k | +0.04% |
| Mishon | 83k | +0.22% |
| Isyss | 6.9k | +1.82% |
| Sean Garrett | 171k | +0.01% |
| Young Steff | 30k | +0.60% |
| Nicole Wray | 62k | +0.61% |
| No Question | 2.2k | +1.67% |
| Force MD's | 18k | +0.10% |
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