| Artist | Listeners | 13-week growth |
|---|---|---|
| Cole Swindell | 250k | +2.66% |
| Jake Owen | 655k | +0.85% |
| Chris Janson | 149k | +3.37% |
| Dustin Lynch | 249k | +1.95% |
| Russell Dickerson | 192k | +5.63% |
| Thomas Rhett | 641k | +2.74% |
| Dylan Scott | 183k | +2.32% |
| Justin Moore | 426k | +0.82% |
| Jordan Davis | 342k | +2.86% |
| Florida Georgia Line | 627k | +2.16% |
| Dierks Bentley | 912k | +1.21% |
| Scotty McCreery | 229k | +2.29% |
| Brantley Gilbert | 314k | +1.38% |
| Lee Brice | 520k | +1.53% |
| Luke Bryan | 1.2M | +2.65% |
| Dallas Smith | 33k | — |
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