| Artist | Listeners | 13-week growth |
|---|---|---|
| Paula DeAnda | 188k | +0.74% |
| Mario | 1.9M | +2.35% |
| Mario Vazquez | 159k | +0.24% |
| Elliott Yamin | 226k | +0.67% |
| Sean Kingston | 2.9M | +2.87% |
| Ray J | 738k | +1.62% |
| Christina Milian | 785k | +0.98% |
| Usher | 5.2M | +2.05% |
| The-Dream | 1.0M | +2.25% |
| Akon | 3.8M | +2.02% |
| Trey Songz | 2.3M | +1.93% |
| Nina Sky | 429k | +4.71% |
| Ne-Yo | 3.5M | +2.37% |
| Jay Sean | 1.9M | +2.88% |
| Ciara | 2.8M | +1.89% |
| Keri Hilson | 1.6M | +1.35% |
| Bobby V | 180k | +0.18% |
| Bow Wow | 1.1M | +1.41% |
| Pleasure P | 297k | +1.21% |
| Frankie J | 280k | +0.49% |
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