Information about plays

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

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

{
    "id": 3547649,
    "uri": "https://api.kexp.org/v2/plays/3547649/?format=api",
    "airdate": "2025-09-01T17:17:09-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e66be9d-ce48-4a0a-b77e-ac09c66066a4/2800094637-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e66be9d-ce48-4a0a-b77e-ac09c66066a4/2800094637-250.jpg",
    "song": "Heaven Beside You",
    "track_id": null,
    "recording_id": "5eb81ee6-1116-4af8-904c-9c7c5ecda1de",
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "MTV Unplugged",
    "release_id": null,
    "release_group_id": "fd9e039a-0a75-3b48-b7b5-66e66bd355fe",
    "labels": [
        "Columbia Music Video"
    ],
    "label_ids": [
        "5bcf3ec9-31b8-48c2-ba8a-7ffd07b00be2"
    ],
    "release_date": "1996-04-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "ecorded on April 10, 1996, at the Brooklyn Academy of Music's Majestic Theatre.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}