| Artist | Listeners | 13-week growth |
|---|---|---|
| SOB x RBE | 425k | +2.25% |
| YG | 1.3M | +5.43% |
| Dom Kennedy | 407k | +0.92% |
| Kalan.FrFr | 83k | +5.03% |
| G Perico | 92k | +2.23% |
| Larry June | 624k | +4.88% |
| 03 Greedo | 514k | — |
| RJMRLA | 228k | +6.73% |
| Too $hort | 574k | +2.24% |
| Mac Dre | 238k | +1.69% |
| E-40 | 701k | +3.21% |
| Nipsey Hussle | 728k | +2.26% |
| DJ Quik | 374k | +1.31% |
| Jay Rock | 1.4M | +2.53% |
| Mozzy | 294k | +1.57% |
| Mike Jones | 603k | +3.24% |
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