| Artist | Listeners | 13-week growth |
|---|---|---|
| Adam Hicks | 375k | +4.36% |
| Bridgit Mendler | 987k | +3.13% |
| R5 | 211k | +3.19% |
| Austin Moon | 203k | +3.79% |
| Meaghan Martin | 150k | +2.57% |
| Sterling Knight | 74k | +0.21% |
| Victorious Cast | 659k | +4.82% |
| Hannah Montana | 1.2M | +2.57% |
| Lemonade Mouth | 22k | +0.99% |
| The Cheetah Girls | 259k | +2.09% |
| Big Time Rush | 846k | +2.71% |
| 5 Seconds of Summer | 2.4M | +3.38% |
| Selena Gomez & the Scene | 2.6M | +3.40% |
| Drew Seeley | 127k | +1.56% |
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