| Artist | Listeners | 13-week growth |
|---|---|---|
| Jackie Wilson | 761k | +0.75% |
| Fontella Bass | 331k | — |
| Dobie Gray | 274k | — |
| The Marvelettes | 638k | +1.16% |
| The Righteous Brothers | 1.1M | +2.04% |
| The Drifters | 1.1M | +1.08% |
| Wilson Pickett | 866k | +0.83% |
| The Dells | 171k | +0.86% |
| Eddie Floyd | 397k | +0.72% |
| The Contours | 437k | +1.41% |
| Sam & Dave | 969k | +1.66% |
| Jr. Walker & The All Stars | 362k | +0.77% |
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