| Artist | Listeners | 13-week growth |
|---|---|---|
| Qumu | 312k | +3.56% |
| The Marcus Hedges Trend Orchestra | 184k | +3.48% |
| The 8-Bit Big Band | 120k | +5.15% |
| Good Knight Productions | 179k | +2.75% |
| The OneUps | 109k | +1.40% |
| insaneintherainmusic | 160k | +5.10% |
| Super Guitar Bros | 437k | +2.20% |
| Video Game Players | 257k | +3.53% |
| 3000m | 176k | +5.43% |
| Game & Sound | 62k | +6.02% |
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