| Artist | Listeners | 13-week growth |
|---|---|---|
| Casey Veggies | 360k | +1.52% |
| MellowHype | 397k | +0.87% |
| OFWGKTA | 108k | +0.41% |
| MellowHigh | 78k | +1.10% |
| Hodgy | 44k | +1.24% |
| Tyler, The Creator | 4.5M | +2.60% |
| Hodgy Beats | 64k | +0.14% |
| Mike G | 180k | +1.43% |
| N*E*R*D | 940k | +0.07% |
| Earl Sweatshirt | 1.6M | +1.53% |
| Boldy James & The Alchemist | 15k | +3.85% |
| DANGERDOOM | 1.0M | +0.94% |
| Saba | 829k | +1.03% |
| Pharrell Williams | 2.8M | +2.64% |
| Quasimoto | 708k | +0.67% |
| Twista | 1.6M | +2.44% |
| The Alchemist | 1.4M | +1.57% |
| KIDS SEE GHOSTS | 1.1M | +1.83% |
| MadeinTYO | 736k | +2.37% |
| Consequence | 628k | +3.03% |
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