Information about plays

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

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

{
    "id": 342878,
    "uri": "https://api.kexp.org/v2/plays/342878/?format=api",
    "airdate": "2019-06-18T08:22:59-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/3bac0f33-a076-4c61-bac9-b1e2150b4300/22979524612-250.jpg",
    "thumbnail_uri": "",
    "song": "Cattails",
    "track_id": "c89daf9a-031b-4412-bd4f-241eb68ff487",
    "recording_id": null,
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "U.F.O.F.",
    "release_id": "3bac0f33-a076-4c61-bac9-b1e2150b4300",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "U.F.O.F. was recorded in rural western Washington at Bear Creek Studios.  In a large cabin-like room, the band set up their gear to track live.  Having already lived these songs on tour, they were relaxed and ready to experiment.  The raw material came quickly.  Some songs \n were written only hours before recording and stretched out instantly, first take, vocals and all. https://bigthief.bandcamp.com/album/u-f-o-f",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}