| Artist | Listeners | 13-week growth |
|---|---|---|
| Otis Rush | 326k | +1.07% |
| Duane Allman | 71k | +0.88% |
| Little Walter | 380k | +0.82% |
| Freddie King | 433k | +1.56% |
| Elmore James | 454k | +0.98% |
| Allen Toussaint | 272k | +2.15% |
| Luther Allison | 207k | — |
| Lee Dorsey | 266k | +0.58% |
| Junior Wells | 187k | +0.48% |
| Dr. John | 697k | +1.44% |
| Taj Mahal | 510k | +0.81% |
| Johnny Adams | 57k | — |
| Bobby Charles | 124k | +5.48% |
| Jimmy Rogers | 112k | — |
| Howlin' Wolf | 857k | +0.83% |
| Bo Diddley | 641k | +0.71% |
| Tony Joe White | 253k | +2.01% |
| Joe Tex | 348k | +0.36% |
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