| Artist | Listeners | 13-week growth |
|---|---|---|
| When In Rome | 725k | +5.44% |
| Alaska y Dinarama | 176k | +3.66% |
| Peter Schilling | 525k | +4.21% |
| Blondie | 3.5M | +2.57% |
| Modern English | 657k | +2.17% |
| Keira Knightley | 134k | — |
| Adam Levine | 362k | +2.28% |
| The Regrettes | 446k | +1.27% |
| V | 975k | +2.56% |
| Catfish and the Bottlemen | 890k | +1.53% |
| V, Park Hyo Shin | 25k | +5.09% |
| Industry | 22k | — |
| Berlin | 1.2M | +2.76% |
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