| Artist | Listeners | 13-week growth |
|---|---|---|
| Piebald | 183k | +1.10% |
| Knapsack | 161k | +1.51% |
| Brandtson | 94k | — |
| Hey Mercedes | 125k | +1.51% |
| Samiam | 139k | — |
| Elliott | 89k | +2.83% |
| Small Brown Bike | 78k | — |
| The Promise Ring | 254k | +2.42% |
| The Get Up Kids | 701k | +0.87% |
| The Anniversary | 128k | +2.08% |
| Hot Rod Circuit | 146k | +1.81% |
| Jets to Brazil | 293k | +1.57% |
| The Gloria Record | 37k | — |
| Further Seems Forever | 287k | +0.70% |
| The Appleseed Cast | 337k | +0.89% |
| The Casket Lottery | 88k | +2.05% |
| Sense Field | 89k | — |
| Rainer Maria | 179k | +2.44% |
| Pop Unknown | 45k | — |
| Cross My Heart | 42k | +2.29% |
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