| Artist | Listeners | 13-week growth |
|---|---|---|
| Hamilton, Joe Frank & Reynolds | 109k | — |
| Three Dog Night | 894k | +1.05% |
| The Grass Roots | 334k | +1.94% |
| The Stampeders | 8.0k | +0.52% |
| Robert John | 60k | +1.75% |
| The 5th Dimension | 453k | +1.35% |
| Andy Kim | 67k | — |
| Captain & Tennille | 300k | +1.69% |
| Tommy James & The Shondells | 820k | +2.37% |
| Walter Egan | 71k | +1.65% |
| Pure Prairie League | 211k | +2.03% |
| Leo Sayer | 570k | +3.23% |
| Firefall | 175k | +2.67% |
| B.J. Thomas | 526k | +2.12% |
| Charlie Rich | 266k | +1.09% |
| Steve Winwood | 828k | +1.15% |
| The Association | 412k | +1.39% |
| Vanity Fare | 54k | — |
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