| Artist | Listeners | 13-week growth |
|---|---|---|
| Tyler Ward | 305k | +0.50% |
| Christina Grimmie | 101k | — |
| Kurt Hugo Schneider | 243k | +1.69% |
| Against the Current | 292k | +4.05% |
| Madilyn Bailey | 238k | +1.58% |
| Chrissy Costanza | 64k | — |
| Jamie Miller | 247k | +3.26% |
| Parachute | 596k | +0.52% |
| Hot Chelle Rae | 849k | +2.17% |
| MKTO | 1.2M | +2.91% |
| Natasha Bedingfield | 3.2M | +3.65% |
| Jasmine Thompson | 529k | +0.92% |
| Jesse McCartney | 995k | +1.09% |
| Colbie Caillat | 2.1M | +0.99% |
| Gavin DeGraw | 1.5M | +0.69% |
| The Vamps | 1.1M | +2.80% |
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