| Artist | Listeners | 13-week growth |
|---|---|---|
| Jackie Wilson | 761k | +0.75% |
| Marlena Shaw | 559k | +1.53% |
| Bobby Hebb | 383k | — |
| Len Barry | 40k | — |
| Martha Reeves & The Vandellas | 826k | +0.83% |
| The Marvelettes | 638k | +1.16% |
| Betty Everett | 202k | +1.14% |
| The Tams | 101k | — |
| Wilson Pickett | 866k | +0.83% |
| The Contours | 437k | +1.41% |
| Eddie Floyd | 397k | +0.72% |
| Jr. Walker & The All Stars | 362k | +0.77% |
| Doris Troy | 156k | — |
| The Four Tops | 590k | +0.08% |
| The Supremes | 1.5M | +1.18% |
| Sam & Dave | 969k | +1.66% |
| Arthur Conley | 200k | +0.70% |
| Jerry Butler | 198k | +1.27% |
| Barrett Strong | 298k | +0.72% |
| Mary Wells | 510k | +0.97% |
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