| Artist | Listeners | 13-week growth |
|---|---|---|
| Spanish Love Songs | 94k | +2.07% |
| The Menzingers | 266k | +1.86% |
| Restorations | 33k | — |
| Polar Bear Club | 143k | — |
| Signals Midwest | 33k | — |
| The Wonder Years | 457k | +1.36% |
| Nothington | 58k | +0.19% |
| Spraynard | 64k | — |
| Elway | 26k | — |
| The Lawrence Arms | 223k | +0.46% |
| Fireworks | 154k | +0.43% |
| Iron Chic | 102k | +1.38% |
| The Holy Mess | 25k | — |
| The Loved Ones | 124k | +0.51% |
| The Hotelier | 255k | +3.46% |
| Dead to Me | 120k | +0.71% |
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