| Artist | Listeners | 13-week growth |
|---|---|---|
| Potatohead People | 139k | — |
| DJ Harrison | 294k | +0.74% |
| Blue Lab Beats | 127k | +1.59% |
| Pete Rock | 613k | +1.66% |
| Damu The Fudgemunk | 429k | +1.20% |
| Robert Glasper Experiment | 124k | +0.53% |
| Evil Needle | 143k | +1.12% |
| Letherette | 223k | +0.74% |
| Ohbliv | 76k | +2.85% |
| Karriem Riggins | 156k | +0.79% |
| Ahwlee | 41k | +0.51% |
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