| Artist | Listeners | 13-week growth |
|---|---|---|
| Little Walter | 380k | +0.82% |
| Sugar Pie DeSanto | 91k | +2.54% |
| Bo Diddley | 641k | +0.71% |
| Lowell Fulson | 163k | — |
| Rufus Thomas | 249k | +0.45% |
| Wilson Pickett | 866k | +0.83% |
| Jimmy Reed | 274k | +0.84% |
| Big Maybelle | 130k | — |
| Little Milton | 138k | — |
| Sonny Boy Williamson | 238k | +0.11% |
| T-Bone Walker | 342k | +1.29% |
| Pee Wee Crayton | 40k | — |
| Koko Taylor | 240k | +0.83% |
| Ruth Brown | 254k | +0.86% |
| Elmore James | 454k | +0.98% |
| Howlin' Wolf | 857k | +0.83% |
| Bobby "Blue" Bland | 378k | +3.13% |
| 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