| Artist | Listeners | 13-week growth |
|---|---|---|
| None More Black | 110k | — |
| The Lawrence Arms | 223k | +0.46% |
| Dead to Me | 120k | +0.71% |
| The Falcon | 76k | +0.22% |
| Nothington | 58k | +0.19% |
| The Loved Ones | 124k | +0.51% |
| Banner Pilot | 80k | +0.89% |
| Strike Anywhere | 329k | +0.28% |
| The Holy Mess | 25k | — |
| American Steel | 65k | +0.29% |
| Elway | 26k | — |
| Leatherface | 70k | +0.65% |
| The Flatliners | 191k | +0.98% |
| Dillinger Four | 141k | +0.69% |
| Pulley | 193k | +0.39% |
| Red City Radio | 66k | +0.99% |
| Avail | 122k | +0.68% |
| Bigwig | 109k | — |
| Osker | 50k | — |
| Direct Hit! | 60k | +1.09% |
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