| Artist | Listeners | 13-week growth |
|---|---|---|
| The Outlaws | 230k | +0.96% |
| Blackfoot | 216k | +2.41% |
| Ten Years After | 990k | +1.71% |
| Montrose | 135k | +1.50% |
| Foghat | 751k | +1.89% |
| Bad Company | 1.0M | +1.72% |
| Ted Nugent | 688k | +0.99% |
| The Marshall Tucker Band | 547k | +3.22% |
| April Wine | 202k | +1.05% |
| Atlanta Rhythm Section | 284k | +3.70% |
| Robin Trower | 261k | +2.21% |
| Manfred Mann's Earth Band | 517k | +1.41% |
| Triumph | 262k | +1.27% |
| Rick Derringer | 199k | — |
| Bachman-Turner Overdrive | 720k | +1.28% |
| Bob Seger | 1.2M | +2.48% |
| Free | 971k | +1.33% |
| Lynyrd Skynyrd | 3.4M | +2.14% |
| Red Rider | 105k | — |
| Steppenwolf | 1.8M | +1.34% |
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