| Artist | Listeners | 13-week growth |
|---|---|---|
| The California Honeydrops | 142k | +3.58% |
| Bettye LaVette | 138k | — |
| Madeleine Peyroux | 1.0M | +0.54% |
| Terry Callier | 307k | +1.64% |
| Esther Phillips | 261k | +1.37% |
| Charles Pasi | 53k | — |
| Etta James | 2.3M | +1.76% |
| Cassandra Wilson | 469k | +0.35% |
| Norah Jones | 3.0M | +0.99% |
| Ray Charles | 2.9M | +1.84% |
| Michael Kiwanuka | 1.0M | +1.74% |
| John Lee Hooker | 1.1M | +0.68% |
| Dr. John | 697k | +1.44% |
| Melody Gardot | 814k | +0.91% |
| Taj Mahal | 510k | +0.81% |
| Ruth Brown | 254k | +0.86% |
| Miles Davis | 2.4M | +1.17% |
| The RH Factor | 219k | +2.12% |
| Johnny Adams | 57k | — |
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