Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3621754/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3621754,
    "uri": "https://api.kexp.org/v2/plays/3621754/?format=api",
    "airdate": "2026-02-24T15:27:05-08:00",
    "show": 66020,
    "show_uri": "https://api.kexp.org/v2/shows/66020/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ea136b5-4ab9-4d5c-8419-ffbad8a19888/24915288119-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ea136b5-4ab9-4d5c-8419-ffbad8a19888/24915288119-250.jpg",
    "song": "Calling Out",
    "track_id": null,
    "recording_id": "1eadd53e-99fd-4960-8019-767e4b6dca40",
    "artist": "Lyrics Born",
    "artist_ids": [
        "3fafb3eb-bd69-4463-b6aa-bf88472b6089"
    ],
    "album": "Black Is Beautiful, Volume 3: New Soul",
    "release_id": null,
    "release_group_id": "aed5169a-fe6b-42e0-b75a-dde7bfc6d43d",
    "labels": [
        "Universal Music Belgium"
    ],
    "label_ids": [
        "ab090e48-760f-46f0-838a-8db4e31bcc3f"
    ],
    "release_date": "2009-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official music video for \"Calling Out\" here, enjoy:\nhttps://www.youtube.com/watch?v=2-kV6TRs8PU\n---\nBlack Is Beautiful, Volume 3: New Soul is a compilation released in 2009 featuring songs celebrating the genius of black music.\nhttps://www.discogs.com/release/11318188-Various-Black-Is-Beautiful-3-New-Soul?srsltid=AfmBOoqboNRXlulFtZJyX6N7ChFjym40RwPfr8iUFUiz8yo5mlcQXEe9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}