| Artist | Listeners | 13-week growth |
|---|---|---|
| Terry Allen | 44k | +2.23% |
| Joe Ely | 88k | +0.81% |
| The International Submarine Band | 62k | +1.37% |
| Willis Alan Ramsey | 38k | +5.35% |
| Dillard & Clark | 87k | +4.63% |
| Jerry Jeff Walker | 180k | +2.65% |
| Steve Young | 26k | +2.77% |
| Guy Clark | 201k | +0.97% |
| Rodney Crowell | 139k | +0.93% |
| The Sir Douglas Quintet | 21k | +0.32% |
| Iris DeMent | 157k | +1.12% |
| Marty Stuart | 81k | +1.26% |
| Gram Parsons | 284k | +1.37% |
| Steve Earle | 654k | +1.25% |
| Robert Earl Keen | 144k | +1.07% |
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