Information about plays

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

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

{
    "id": 3581846,
    "uri": "https://api.kexp.org/v2/plays/3581846/?format=api",
    "airdate": "2025-11-23T09:09:54-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "https://coverartarchive.org/release/84cfd7fd-e11c-4b40-b3c9-58355ba86561/20277209887-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/84cfd7fd-e11c-4b40-b3c9-58355ba86561/20277209887-250.jpg",
    "song": "Cotton Fields",
    "track_id": null,
    "recording_id": "1a5dbe2a-8ace-451d-9e9c-9d3c327fff68",
    "artist": "Lead Belly",
    "artist_ids": [
        "ddcfbdcf-cf8d-4776-8a69-10f39376b5a2"
    ],
    "album": "Folkways: The Original Vision",
    "release_id": null,
    "release_group_id": "c124d342-aba7-30e5-9a9e-fc155827d42c",
    "labels": [
        "Classic Blues"
    ],
    "label_ids": [
        "3fcd83e6-07c0-4258-a67a-0091749561f7"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1940. John and Alan Lomax met Lead Belly during one of their recording trips for the Library of Congress. Lead Belly was then a prison inmate, and the Lomaxes managed to secure his release. Lead Belly traveled with them, eventually settling in New York City.\n\nIn his Nobel Prize Lecture, Bob Dylan said this record changed his life.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}