Information about plays

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

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

{
    "id": 3420884,
    "uri": "https://api.kexp.org/v2/plays/3420884/?format=api",
    "airdate": "2024-11-03T11:30:33-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d5fd77f-2bb6-41c0-b99a-2cf9389c5a5c/32686476644-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d5fd77f-2bb6-41c0-b99a-2cf9389c5a5c/32686476644-250.jpg",
    "song": "This Land Is Your Land (alternate version)",
    "track_id": null,
    "recording_id": "ead62b0b-551a-4452-9a77-37b757835871",
    "artist": "Woody Guthrie",
    "artist_ids": [
        "cbd827e1-4e38-427e-a436-642683433732"
    ],
    "album": "Woody at 100: Selections from the Woody Guthrie Centennial Collection",
    "release_id": null,
    "release_group_id": "874a2c39-f7fc-4e27-bb81-69f29d69dedf",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guthrie wrote the original version in 1940 when he was against U.S. foreign policy, but when the US entered WWII he changed the verses that were critical of the U.S. and became a supporter of the U.S.’ involvement in the war.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}