| Artist | Listeners | 13-week growth |
|---|---|---|
| Bobby "Blue" Bland | 378k | +3.13% |
| Rufus Thomas | 249k | +0.45% |
| Johnny Adams | 57k | — |
| Koko Taylor | 240k | +0.83% |
| Johnnie Taylor | 214k | +0.78% |
| Lowell Fulson | 163k | — |
| Junior Parker | 83k | — |
| Otis Rush | 326k | +1.07% |
| Roosevelt Sykes | 50k | — |
| Johnny Copeland | 41k | — |
| Albert King | 611k | +1.28% |
| Tommy Tucker | 34k | — |
| Lee Dorsey | 266k | +0.58% |
| Clarence Carter | 442k | +1.40% |
| Solomon Burke | 653k | +1.12% |
| Eddie Floyd | 397k | +0.72% |
| Eddie Boyd | 62k | — |
| Jimmy Reed | 274k | +0.84% |
| The Staple Singers | 558k | +0.80% |
| Bo Diddley | 641k | +0.71% |
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