| Artist | Listeners | 13-week growth |
|---|---|---|
| Sports Team | 145k | — |
| Getdown Services | 145k | +14.29% |
| Courting | 89k | — |
| Deadletter | 91k | — |
| Folly Group | 105k | — |
| HighSchool | 65k | — |
| Do Nothing | 126k | — |
| Famous | 56k | — |
| Opus Kink | 61k | — |
| Big Special | 62k | — |
| Man/Woman/Chainsaw | 60k | — |
| Yard Act | 207k | +5.70% |
| Gustaf | 67k | — |
| Bodega | 144k | — |
| Sprints | 119k | — |
| Shopping | 69k | — |
| English Teacher | 187k | +3.21% |
| Grandmas House | 46k | — |
| Fat Dog | 111k | +21.40% |
| Y | 24k | — |
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