| Artist | Listeners | 13-week growth |
|---|---|---|
| Link Wray | 433k | +1.78% |
| Johnny Burnette | 189k | +0.43% |
| Charlie Feathers | 368k | +0.66% |
| Eddie Cochran | 618k | +0.61% |
| Duane Eddy | 367k | +1.02% |
| Johnny Burnette & The Rock 'n' Roll Trio | 52k | +1.84% |
| Gene Vincent | 371k | +0.35% |
| Gene Vincent & His Blue Caps | 122k | +0.89% |
| Carl Perkins | 462k | +0.43% |
| Jerry Lee Lewis | 1.0M | +1.53% |
| Wanda Jackson | 497k | +1.30% |
| Bo Diddley | 641k | +0.71% |
| Billy Lee Riley | 93k | +0.61% |
| Jody Reynolds | 44k | +1.56% |
| Little Richard | 1.0M | +0.92% |
| Southern Culture On The Skids | 123k | +0.89% |
| Dale Hawkins | 91k | +1.16% |
| Rick Nelson | 120k | +0.32% |
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