Information about plays

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

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

{
    "id": 355202,
    "uri": "https://api.kexp.org/v2/plays/355202/?format=api",
    "airdate": "2019-07-16T19:22:00-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Asimbonanga (Mandela)",
    "track_id": "f5bc6b43-8c45-4496-ad75-e4555df7abea",
    "recording_id": null,
    "artist": "Johnny Clegg and Savuka",
    "artist_ids": [
        "08e3c40b-dbec-49aa-96ff-e1ab37ae6aca"
    ],
    "album": "Third World Child",
    "release_id": "b515895b-dcbf-43b0-8821-7ac4aa77c923",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Asimbonanga (Mandela) is an anti apartheid song by the South African racially integrated band Savuka, from their 1987 album Third World Child. It alluded to Nelson Mandela, imprisoned on Robben Island at the time of song's release, and other anti apartheid activists. South African singer and songwriter Johnny Clegg, member of band Savuka and one of the few white artists to openly confront the apartheid government in the late 1970s and 1980s, has died. Clegg was 66. RIP.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}