| Artist | Listeners | 13-week growth |
|---|---|---|
| Letrux | 125k | +1.96% |
| Kelly Key | 242k | +4.13% |
| iamamiwhoami | 437k | +0.48% |
| Jaloo | 141k | +2.50% |
| Desireless | 542k | +3.40% |
| LP | 815k | +4.13% |
| Fernando Mendes | 139k | +7.32% |
| Urias | 297k | +4.59% |
| Lou Garcia | 248k | +2.27% |
| The Fevers | 51k | +3.12% |
| Reginaldo Rossi | 170k | +4.99% |
| Marina | 2.4M | +3.83% |
| Manu Gavassi | 308k | +2.19% |
| Antonio Marcos | 21k | +4.05% |
| Lykke Li | 3.3M | +2.72% |
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