| Artist | Listeners | 13-week growth |
|---|---|---|
| MC Lyte | 197k | +0.92% |
| Jungle Brothers | 308k | +0.99% |
| Salt-N-Pepa | 1.1M | +1.92% |
| Queen Latifah | 432k | +2.57% |
| Naughty By Nature | 822k | +2.27% |
| Mantronix | 124k | — |
| Arrested Development | 498k | +1.29% |
| EPMD | 478k | +0.75% |
| Young M.C. | 102k | +0.09% |
| Eric B. & Rakim | 844k | +1.75% |
| Black Sheep | 349k | +1.77% |
| De La Soul | 1.5M | +1.56% |
| Digital Underground | 355k | +1.55% |
| Big Daddy Kane | 395k | +1.04% |
| DJ Jazzy Jeff & The Fresh Prince | 719k | +1.37% |
| Da Brat | 178k | +1.31% |
| 3rd Bass | 118k | +0.79% |
| Double Trouble | 42k | — |
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