Information about plays

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

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

{
    "id": 2682734,
    "uri": "https://api.kexp.org/v2/plays/2682734/?format=api",
    "airdate": "2020-01-06T06:03:19-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/026312fe-cec5-3ea8-9408-3ebc665b6985/7361662629-250.jpg",
    "thumbnail_uri": "",
    "song": "Where the Streets Have No Name",
    "track_id": "e4feba5e-3444-38c6-bd82-271afe841f2c",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Joshua Tree",
    "release_id": "026312fe-cec5-3ea8-9408-3ebc665b6985",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The arrangement, with two time signature shifts and frequent chord changes, was rehearsed many times, but the group struggled to get a performance they liked.[2] According to co-producer Daniel Lanois, \"that was the science project song. I remember having this massive schoolhouse blackboard, as we call them. I was holding a pointer, like a college professor, walking the band through the chord changes like a (bleep)ing nerd. It was ridiculous.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}