| Artist | Listeners | 13-week growth |
|---|---|---|
| The Charmels | 193k | +3.64% |
| Mable John | 106k | +0.51% |
| Penny & the Quarters | 214k | — |
| Carla Thomas | 353k | +0.97% |
| The Mar-Keys | 115k | +0.89% |
| William Bell | 395k | +1.97% |
| Barbara Lynn | 216k | +2.14% |
| Bettye Swann | 184k | +2.62% |
| Sugar Pie DeSanto | 91k | +2.54% |
| Rufus Thomas | 249k | +0.45% |
| Eddie Floyd | 397k | +0.72% |
| Booker T. & the MG's | 488k | +0.16% |
| Lee Moses | 85k | +1.75% |
| Clarence Carter | 442k | +1.40% |
| Sam & Dave | 969k | +1.66% |
| The Staple Singers | 558k | +0.80% |
| Irma Thomas | 527k | +2.05% |
| The Dramatics | 372k | +1.95% |
| Jean Knight | 292k | +1.20% |
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