| Artist | Listeners | 13-week growth |
|---|---|---|
| Casting Crowns | 367k | +0.92% |
| Chris Tomlin | 408k | +1.09% |
| Phil Wickham | 246k | +1.57% |
| DC Talk | 186k | +0.54% |
| Matthew West | 217k | +0.81% |
| MercyMe | 314k | +0.84% |
| The Afters | 239k | +0.54% |
| Tenth Avenue North | 177k | +0.54% |
| Newsboys | 299k | +0.68% |
| Building 429 | 168k | +0.28% |
| New Empire | 41k | — |
| Jeremy Camp | 294k | +0.78% |
| Matt Redman | 255k | +1.20% |
| for KING & COUNTRY | 245k | +1.52% |
| TobyMac | 377k | +1.01% |
| Citizen Way | 30k | — |
| Sanctus Real | 236k | +0.60% |
| Leeland | 215k | +1.72% |
| Big Daddy Weave | 142k | +0.86% |
| Chase Holfelder | 79k | — |
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