| Artist | Listeners | 13-week growth |
|---|---|---|
| Brandtson | 94k | — |
| Cross My Heart | 42k | +2.29% |
| Far | 187k | +4.80% |
| Hey Mercedes | 125k | +1.51% |
| Camber | 19k | — |
| Engine Down | 49k | — |
| Elliott | 89k | +2.83% |
| Piebald | 183k | +1.10% |
| Sense Field | 89k | — |
| Benton Falls | 47k | +2.27% |
| The Get Up Kids | 701k | +0.87% |
| Hot Rod Circuit | 146k | +1.81% |
| The Juliana Theory | 282k | +0.58% |
| Further Seems Forever | 287k | +0.70% |
| Small Brown Bike | 78k | — |
| The Promise Ring | 254k | +2.42% |
| Texas Is the Reason | 298k | +6.90% |
| Jets to Brazil | 293k | +1.57% |
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