Information about plays

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

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

{
    "id": 3426982,
    "uri": "https://api.kexp.org/v2/plays/3426982/?format=api",
    "airdate": "2024-11-18T09:15:15-08:00",
    "show": 61883,
    "show_uri": "https://api.kexp.org/v2/shows/61883/?format=api",
    "image_uri": "https://coverartarchive.org/release/15c36a67-a80f-4b15-b04b-064b238edb65/15029304823-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/15c36a67-a80f-4b15-b04b-064b238edb65/15029304823-250.jpg",
    "song": "Trouble",
    "track_id": null,
    "recording_id": "d30ac765-4235-42d5-8938-2e335f87dcc3",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Mona Bone Jakon",
    "release_id": null,
    "release_group_id": "1abae419-530e-3b01-a43f-000aea0c90c5",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1970-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the 1971 classic film \"Harold and Maude\"! Cat Stevens was recovering from a diagnosis of tuberculosis and a collapsed lung when he wrote dozens of songs, including this one\n\n\"To go from the show business environment and find you are in hospital, getting injections day in and day out, and people around you are dying, it certainly changes your perspective. I got down to thinking about myself. It seemed almost as if I had my eyes shut.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}