Information about plays

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

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

{
    "id": 3633939,
    "uri": "https://api.kexp.org/v2/plays/3633939/?format=api",
    "airdate": "2026-03-26T15:45:35-07:00",
    "show": 66285,
    "show_uri": "https://api.kexp.org/v2/shows/66285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War Pigs (charity version)",
    "track_id": null,
    "recording_id": "3155f792-4667-4eb0-b25c-667c80dcccfd",
    "artist": "Judas Priest featuring Ozzy Osbourne",
    "artist_ids": [
        "6b335658-22c8-485d-93de-0bc29a1d0349",
        "8aa5b65a-5b3c-4029-92bf-47a544356934"
    ],
    "album": "War Pigs (charity version)",
    "release_id": null,
    "release_group_id": "40be6316-4fe6-4c93-93e5-b2381c4f7ec5",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a newly recorded version of Black Sabbath's 'War Pigs' by Judas Priest, featuring guest vocals by the legend Ozzy Osbourne himself! All proceeds are donated to the Parkinson's Foundation: https://ozzymusicshop.com/products/judas-priest-ozzy-osbourne-war-pigs-charity-version-cd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}