| Artist | Listeners | 13-week growth |
|---|---|---|
| Bessie Smith | 368k | — |
| Ethel Waters | 89k | — |
| Ma Rainey | 90k | — |
| Lucille Bogan | 53k | — |
| Big Mama Thornton | 263k | — |
| Lightnin' Hopkins | 370k | +0.67% |
| Bobby "Blue" Bland | 378k | +3.13% |
| Memphis Minnie | 121k | — |
| Catherine Russell | 168k | +3.30% |
| Ray Charles | 2.9M | +1.84% |
| Jelly Roll Morton | 189k | +0.69% |
| Dinah Washington | 1.2M | +1.05% |
| Son House | 339k | +0.44% |
| John Lee Hooker | 1.1M | +0.68% |
| Helen Kane | 48k | — |
| Ruth Brown | 254k | +0.86% |
| Koko Taylor | 240k | +0.83% |
| Etta James | 2.3M | +1.76% |
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