| Artist | Listeners | 13-week growth |
|---|---|---|
| Dean Brody | 58k | +1.95% |
| Josh Ross | 90k | +4.94% |
| Tyler Braden | 93k | +4.18% |
| LOCASH | 68k | — |
| Jake Owen | 655k | +0.85% |
| MacKenzie Porter | 54k | +1.50% |
| Jason Aldean | 1.1M | +1.70% |
| Keith Urban | 1.1M | +1.27% |
| Paul Brandt | 40k | +1.30% |
| Cole Swindell | 250k | +2.66% |
| Chris Janson | 149k | +3.37% |
| Thomas Rhett | 641k | +2.74% |
| Florida Georgia Line | 627k | +2.16% |
| Dierks Bentley | 912k | +1.21% |
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