| Artist | Listeners | 13-week growth |
|---|---|---|
| Deborah Blando | 39k | +3.98% |
| Fat Family | 99k | +6.31% |
| Roupa Nova | 324k | +2.47% |
| Fábio Jr. | 116k | +3.80% |
| Baby Do Brasil | 95k | +12.59% |
| Sandra De Sá | 158k | +5.78% |
| Guilherme Arantes | 116k | +3.47% |
| Daniela Mercury | 200k | +1.67% |
| Adriana Calcanhotto | 438k | +1.89% |
| Marina Lima | 366k | +5.61% |
| Zélia Duncan | 190k | +2.32% |
| Kid Abelha | 491k | +3.69% |
| Fernanda Abreu | 125k | +3.77% |
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