| Artist | Listeners | 13-week growth |
|---|---|---|
| Stuck | 77k | — |
| Deadletter | 91k | — |
| Ditz | 73k | — |
| The Murder Capital | 161k | +1.30% |
| Famous | 56k | — |
| Squid | 307k | +1.98% |
| Cola | 179k | +3.64% |
| HEAVY LUNGS | 53k | — |
| Courting | 89k | — |
| Folly Group | 105k | — |
| Gilla Band | 93k | — |
| Yard Act | 207k | +5.70% |
| Gustaf | 67k | — |
| Man/Woman/Chainsaw | 60k | — |
| Goat Girl | 148k | — |
| Warmduscher | 172k | — |
| Chalk | 72k | — |
| Shame | 316k | +1.59% |
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