| Artist | Listeners | 13-week growth |
|---|---|---|
| OutKast | 5.1M | +2.17% |
| Big Boi | 714k | +0.64% |
| Common | 2.0M | +0.96% |
| NxWorries | 547k | +1.18% |
| Noname | 582k | +0.98% |
| Open Mike Eagle | 245k | +1.38% |
| Black Star | 822k | +1.40% |
| Childish Gambino | 4.0M | +3.06% |
| Rapsody | 259k | +1.90% |
| Slick Rick | 658k | +1.86% |
| Phony Ppl | 376k | +1.46% |
| The Roots | 2.1M | +1.10% |
| Aminé | 1.5M | +1.59% |
| Anderson .Paak | 1.2M | +1.60% |
| Little Simz | 941k | +1.98% |
| Pusha T | 1.6M | +1.21% |
| Clipse | 1.2M | +2.09% |
| Chance the Rapper | 1.4M | +1.77% |
| Smino | 872k | +1.86% |
| Ab-Soul | 770k | +1.08% |
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