| Artist | Listeners | 13-week growth |
|---|---|---|
| Connie Francis | 934k | +1.75% |
| The Vogues | 181k | +2.29% |
| Andy Williams | 1.9M | +0.30% |
| Johnny Mathis | 911k | +0.58% |
| Sonny & Cher | 527k | +1.85% |
| Jan & Dean | 263k | — |
| Bobby Vinton | 634k | +1.88% |
| The Cascades | 176k | +3.40% |
| The Association | 412k | +1.39% |
| Pat Boone | 347k | +0.88% |
| The Righteous Brothers | 1.1M | +2.04% |
| The 5th Dimension | 453k | +1.35% |
| Bobby Goldsboro | 128k | +1.66% |
| Lou Christie | 95k | — |
| Johnny Rivers | 195k | +1.15% |
| Jack Jones | 278k | — |
| Bobby Vee | 343k | +1.07% |
| Gary Lewis & The Playboys | 132k | +0.67% |
| Neil Sedaka | 493k | +2.40% |
| Perry Como | 1.6M | +0.51% |
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