| Artist | Listeners | 13-week growth |
|---|---|---|
| The Gaslight Anthem | 724k | +0.41% |
| Beach Slang | 94k | — |
| Hot Water Music | 370k | +0.53% |
| Spanish Love Songs | 94k | +2.07% |
| Spraynard | 64k | — |
| Into It. Over It. | 165k | +0.57% |
| Captain, We're Sinking | 9.6k | — |
| Prawn | 96k | — |
| Somos | 62k | +3.86% |
| Samiam | 139k | — |
| Ways Away | 18k | — |
| Cloakroom | 105k | +1.95% |
| The World Is a Beautiful Place & I Am No Longer Afraid to Die | 315k | +1.12% |
| Foxing | 280k | +1.72% |
| Further Seems Forever | 287k | +0.70% |
| Hot Rod Circuit | 146k | +1.81% |
| Pet Symmetry | 219k | +5.47% |
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