| Artist | Listeners | 13-week growth |
|---|---|---|
| Hot Water Music | 370k | +0.53% |
| Small Brown Bike | 78k | — |
| Leatherface | 70k | +0.65% |
| Ways Away | 18k | — |
| Knapsack | 161k | +1.51% |
| Seaweed | 91k | +2.15% |
| Jawbreaker | 387k | +1.48% |
| Grade | 105k | — |
| Restorations | 33k | — |
| Lifetime | 142k | +1.02% |
| Face to Face | 336k | +0.98% |
| Snuff | 101k | — |
| Iron Chic | 102k | +1.38% |
| Sense Field | 89k | — |
| The Jealous Sound | 80k | — |
| The Lawrence Arms | 223k | +0.46% |
| Dillinger Four | 141k | +0.69% |
| Dag Nasty | 170k | +2.24% |
| Hey Mercedes | 125k | +1.51% |
| The Bouncing Souls | 535k | +0.73% |
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