| Artist | Listeners | 13-week growth |
|---|---|---|
| Three Souls in My Mind | 18k | — |
| Plastilina Mosh | 239k | +2.06% |
| Dug Dug's | 3.2k | — |
| Bronco | 188k | +3.64% |
| Los Temerarios | 185k | +3.75% |
| Porter | 168k | +2.01% |
| Pescado Rabioso | 263k | +3.60% |
| Black Mountain | 374k | +0.48% |
| Iron Butterfly | 559k | +0.79% |
| León Larregui | 294k | +4.53% |
| Spirit | 289k | +1.16% |
| Zoé | 505k | +3.65% |
| El Gran Silencio | 150k | +1.68% |
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