| Artist | Listeners | 13-week growth |
|---|---|---|
| Midnight Star | 176k | +2.81% |
| The Deele | 56k | +2.45% |
| Atlantic Starr | 257k | +2.38% |
| Force M.D.'s | 44k | +4.05% |
| S.O.S. Band | 113k | +0.15% |
| B'z | 146k | — |
| Freddie Jackson | 160k | +1.03% |
| WANDS | 39k | — |
| Johnny Gill | 216k | +1.17% |
| After 7 | 161k | +2.02% |
| Troop | 176k | +6.71% |
| 徳永英明 | 29k | — |
| Loose Ends | 233k | +3.09% |
| Klymaxx | 85k | — |
| Cameo | 688k | +2.05% |
| Ralph Tresvant | 146k | +2.55% |
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