| Artist | Listeners | 13-week growth |
|---|---|---|
| The Drifters | 1.1M | +1.08% |
| Jimmy Jones | 56k | — |
| Pat Boone | 347k | +0.88% |
| Little Anthony & the Imperials | 190k | +1.89% |
| Freddy Cannon | 71k | +0.98% |
| Clyde McPhatter | 130k | +1.53% |
| Lloyd Price | 211k | +0.72% |
| Gene Pitney | 207k | +0.50% |
| Betty Everett | 202k | +1.14% |
| The Diamonds | 159k | +0.90% |
| Neil Sedaka | 493k | +2.40% |
| Little Eva | 303k | +1.87% |
| Gene Chandler | 182k | — |
| Bobby Rydell | 110k | +0.84% |
| Frankie Valli & the Four Seasons | 908k | +1.39% |
| The Chiffons | 380k | +1.07% |
| Jerry Butler | 198k | +1.27% |
| Bobby Vee | 343k | +1.07% |
| Lou Christie | 95k | — |
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