| Artist | Listeners | 13-week growth |
|---|---|---|
| El Chicano | 70k | — |
| Santana | 3.0M | +2.96% |
| Azteca | 19k | — |
| Joe Bataan | 242k | +2.99% |
| War | 1.1M | +2.53% |
| The Dramatics | 372k | +1.95% |
| Los Lonely Boys | 246k | +1.89% |
| Los Lobos | 729k | +2.02% |
| Voyage | 223k | +2.71% |
| Carlos Santana | 364k | — |
| Delegation | 548k | +6.13% |
| Average White Band | 480k | +1.29% |
| Heatwave | 434k | +2.34% |
| Mongo Santamaria | 231k | +1.38% |
| Yaro | 39k | — |
| Mandrill | 183k | +1.62% |
| Rufus | 568k | +4.38% |
| Ohio Players | 598k | +1.31% |
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