| Artist | Listeners | 13-week growth |
|---|---|---|
| Paul Revere & The Raiders | 247k | +0.81% |
| The McCoys | 198k | +0.82% |
| The Cowsills | 161k | +1.55% |
| The Tremeloes | 239k | +0.41% |
| Tommy Roe | 160k | +0.59% |
| The Kingsmen | 470k | — |
| Bobby 'Boris' Pickett | 31k | — |
| Jan & Dean | 263k | — |
| ? and the Mysterians | 66k | — |
| The Searchers | 387k | +0.86% |
| Ohio Express | 113k | +0.91% |
| Tommy James & The Shondells | 820k | +2.37% |
| The Troggs | 767k | +0.75% |
| The Shadows of Knight | 96k | — |
| The Spencer Davis Group | 555k | +0.98% |
| Del Shannon | 578k | +0.93% |
| The Marvelettes | 638k | +1.16% |
| Herman's Hermits | 543k | +0.71% |
| Manfred Mann | 538k | +0.74% |
| Peter & Gordon | 102k | +0.17% |
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