| Artist | Listeners | 13-week growth |
|---|---|---|
| Mc IG | 312k | +3.58% |
| MC Lele JP | 152k | +0.48% |
| Mc Jacaré | 304k | +5.72% |
| Boladin 211 | 144k | +6.00% |
| MC Cebezinho | 147k | +2.95% |
| MC LUUKY | 190k | +3.93% |
| MC Joãozinho VT | 114k | +5.29% |
| MC DANIEL | 150k | +1.78% |
| DJ Oreia | 89k | +42.63% |
| Mc Paiva ZS | 258k | +2.05% |
| MC Marks | 170k | +4.56% |
| DG e Batidão Stronda | 232k | +3.19% |
| tarisiix | 100k | +9.79% |
| MC PH | 234k | +3.09% |
| DJ Gu | 65k | +68.25% |
| MC Kevin | 257k | +3.51% |
| DJ YAN MARIOTO | 61k | +16.08% |
| DJ GUUH | 114k | +3.33% |
| MC Menor da VG | 198k | +6.66% |
| Mc leozin | 155k | +3.87% |
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