Information about plays

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

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

{
    "id": 343957,
    "uri": "https://api.kexp.org/v2/plays/343957/?format=api",
    "airdate": "2019-06-20T14:42:19-07:00",
    "show": 5732,
    "show_uri": "https://api.kexp.org/v2/shows/5732/?format=api",
    "image_uri": "http://coverartarchive.org/release/087c9785-4adf-4610-a849-1263f4eaeeda/17746524646-250.jpg",
    "thumbnail_uri": "",
    "song": "Holiday Destination",
    "track_id": "899cc07a-7c10-4f5b-88a5-a7020da2727c",
    "recording_id": null,
    "artist": "Nadine Shah",
    "artist_ids": [
        "eeef9144-7983-4332-9ef6-6d6dcaff29f5"
    ],
    "album": "Holiday Destination",
    "release_id": "087c9785-4adf-4610-a849-1263f4eaeeda",
    "release_group_id": null,
    "labels": [
        "1965 Records"
    ],
    "label_ids": [
        "f2d5a4f1-f678-487e-b353-4af3501302e6"
    ],
    "release_date": "2017-08-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nadine Shah’s third album surveyed the refugee crisis, Syrian families, gentrification, “a fascist in the White House,” Islamophobia, and politicians’ demonization of the north of England. Specifically, she responds in this song to a news report that tourists complaining that refugees on the Greek island of Kos were spoiling their holidays.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}