| Artist | Listeners | 13-week growth |
|---|---|---|
| Massacration | 108k | +1.89% |
| Marjorie Estiano | 151k | +2.53% |
| Vanessa Rangel | 216k | +12.56% |
| Pitty | 713k | +2.00% |
| Kelly Key | 242k | +4.13% |
| Clarice Falcão | 378k | +1.87% |
| Frejat | 270k | +3.71% |
| Ls Jack | 116k | +3.11% |
| Leoni | 228k | +1.84% |
| Rouge | 246k | +2.70% |
| Strike | 332k | — |
| NX Zero | 383k | +2.31% |
| Tiê | 313k | +2.93% |
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