| Artist | Listeners | 13-week growth |
|---|---|---|
| Incognito | 432k | — |
| The Brand New Heavies | 392k | +0.95% |
| Sunlightsquare | 25k | — |
| Rahsaan Patterson | 197k | +0.60% |
| Angie Stone | 601k | +1.14% |
| Loose Ends | 233k | +3.09% |
| Ledisi | 333k | +1.20% |
| Lewis Taylor | 79k | — |
| José James | 210k | +0.91% |
| The Jones Girls | 170k | +2.99% |
| Ben Westbeech | 140k | — |
| Me'Shell Ndegéocello | 173k | +0.05% |
| Roy Ayers | 498k | +0.75% |
| Leon Ware | 228k | — |
| Brooklyn Funk Essentials | 188k | — |
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