| Artist | Listeners | 13-week growth |
|---|---|---|
| Macy Gray | 1.2M | +0.80% |
| Prince and the New Power Generation | 85k | — |
| Joss Stone | 1.3M | +0.31% |
| Terence Trent D'Arby | 406k | +0.07% |
| Chaka Khan | 1.4M | +4.71% |
| Prince | 3.5M | +4.20% |
| Amel Larrieux | 274k | +0.76% |
| Natalie Imbruglia | 2.0M | +1.73% |
| Me'Shell Ndegéocello | 173k | +0.05% |
| The Time | 169k | — |
| Betty Davis | 264k | +0.96% |
| India.Arie | 769k | +0.64% |
| Patti LaBelle | 458k | +1.77% |
| Rufus | 568k | +4.38% |
| Michelle Branch | 1.1M | +1.36% |
| Angie Stone | 601k | +1.14% |
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