| Artist | Listeners | 13-week growth |
|---|---|---|
| Friday Pilots Club | 283k | +3.92% |
| You Me at Six | 1.0M | +0.73% |
| Oh The Larceny | 155k | +2.48% |
| The Unlikely Candidates | 246k | +1.56% |
| Max Bennett Kelly | 44k | — |
| With Confidence | 249k | +1.28% |
| Simple Creatures | 118k | +1.42% |
| Chase Holfelder | 79k | — |
| Badflower | 300k | +1.80% |
| Against the Current | 292k | +4.05% |
| American Authors | 1.3M | +3.54% |
| Hot Milk | 172k | +2.28% |
| All Good Things | 135k | +2.30% |
| YONAKA | 326k | +2.07% |
| Bohnes | 270k | +3.88% |
| OneRepublic | 4.4M | +1.92% |
| Imagine Dragons | 4.2M | +1.96% |
| City Wolf | 46k | +1.83% |
| Palaye Royale | 526k | +2.18% |
| Smash Into Pieces | 204k | +1.58% |
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