| Artist | Listeners | 13-week growth |
|---|---|---|
| Johnny "Guitar" Watson | 107k | — |
| Lowell Fulson | 163k | — |
| Baby Huey | 154k | +2.58% |
| LaVern Baker | 239k | +1.42% |
| Fenton Robinson | 127k | — |
| Little Walter | 380k | +0.82% |
| Elmore James | 454k | +0.98% |
| Lee Dorsey | 266k | +0.58% |
| Howlin' Wolf | 857k | +0.83% |
| Taj Mahal | 510k | +0.81% |
| Cymande | 390k | +1.85% |
| Big Joe Turner | 200k | — |
| James Cotton | 94k | — |
| Dr. John | 697k | +1.44% |
| Little Milton | 138k | — |
| Rufus Thomas | 249k | +0.45% |
| Tampa Red | 73k | — |
| Ike Turner | 52k | +1.43% |
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