| Artist | Listeners | 13-week growth |
|---|---|---|
| The C90s | 96k | — |
| Age of Consent | 61k | +2.46% |
| Panama | 320k | +1.24% |
| Nite Jewel | 221k | +1.08% |
| Night Drive | 64k | — |
| Favored Nations | 186k | +4.08% |
| ASTR | 134k | — |
| The Chain Gang of 1974 | 270k | +3.16% |
| Holy Ghost! | 434k | +0.62% |
| NZCA/LINES | 40k | — |
| Battle Tapes | 168k | +2.78% |
| Neon Indian | 1.0M | +1.20% |
| Miami Horror | 800k | +1.16% |
| Cut Copy | 1.4M | +0.55% |
| Stepdad | 73k | — |
| Labyrinth Ear | 363k | +2.50% |
| Class Actress | 413k | +2.98% |
| Roosevelt | 455k | +1.43% |
| The Juan Maclean | 295k | +0.65% |
| Twin Shadow | 770k | +0.63% |
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