Information about plays

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

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

{
    "id": 3581857,
    "uri": "https://api.kexp.org/v2/plays/3581857/?format=api",
    "airdate": "2025-11-23T09:43:12-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d9211a5-b144-48e5-a225-8d05a7e20ea1/29734502018-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d9211a5-b144-48e5-a225-8d05a7e20ea1/29734502018-250.jpg",
    "song": "Take This Hammer",
    "track_id": null,
    "recording_id": "436627a4-26c6-4b76-aba4-6034b5e888ee",
    "artist": "Lead Belly",
    "artist_ids": [
        "ddcfbdcf-cf8d-4776-8a69-10f39376b5a2"
    ],
    "album": "The Smithsonian Folkways Collection",
    "release_id": null,
    "release_group_id": "3ab6dce0-0f40-474c-a8fb-3238c24ccdb0",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "2015-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1942. Leadbelly was familiar with the experience of this prison, logging, and railroad song having been an inmate at the prison farm in Angola, LA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}