| Artist | Listeners | 13-week growth |
|---|---|---|
| James Bay | 1.3M | +1.43% |
| The Barden Bellas | 375k | +2.82% |
| Audrey Hepburn | 261k | — |
| Amanda Seyfried | 675k | +3.27% |
| Adam Levine | 362k | +2.28% |
| Nicole Kidman | 260k | — |
| Evan Rachel Wood | 383k | +1.48% |
| Gabrielle Aplin | 702k | +0.87% |
| Jasmine Thompson | 529k | +0.92% |
| Hugh Grant | 189k | — |
| McFly | 809k | +0.68% |
| Kate Nash | 1.5M | +0.29% |
| Birdy | 1.8M | +1.42% |
| Anna Kendrick | 721k | +3.44% |
| Emma Stone | 309k | +2.34% |
| Julie Andrews | 556k | +1.96% |
| Sing Street | 111k | — |
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