| Artist | Listeners | 13-week growth |
|---|---|---|
| Jackie Wilson | 761k | +0.75% |
| Looking Glass | 750k | +3.74% |
| Edwin Starr | 701k | — |
| Orleans | 286k | +3.52% |
| Three Dog Night | 894k | +1.05% |
| Martha Reeves & The Vandellas | 826k | +0.83% |
| The Tams | 101k | — |
| The Contours | 437k | +1.41% |
| Little River Band | 608k | +2.94% |
| Jimmy Ruffin | 386k | +1.32% |
| Gary Wright | 193k | +2.33% |
| Percy Sledge | 694k | +1.36% |
| The Drifters | 1.1M | +1.08% |
| Eddie Floyd | 397k | +0.72% |
| Bob Seger & The Silver Bullet Band | 293k | +0.64% |
| Eagles | 3.9M | +2.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