Information about plays

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

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

{
    "id": 355970,
    "uri": "https://api.kexp.org/v2/plays/355970/?format=api",
    "airdate": "2019-07-18T08:34:27-07:00",
    "show": 5930,
    "show_uri": "https://api.kexp.org/v2/shows/5930/?format=api",
    "image_uri": "http://coverartarchive.org/release/b476e284-7c10-442a-805f-59786afdc299/14922846121-250.jpg",
    "thumbnail_uri": "",
    "song": "Usi Letela Uxdlo (Nelson Mandela Brings Us Peace)",
    "track_id": "b7a1a623-f3e5-3e33-9ee1-293c919e55cc",
    "recording_id": null,
    "artist": "The African National Congress Choir",
    "artist_ids": [
        "0be3127e-e0b4-4270-8fcd-a1c7b4f388bf"
    ],
    "album": "Amandla! A Revolution in Four-Part Harmony",
    "release_id": "b476e284-7c10-442a-805f-59786afdc299",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2003-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nelson Mandela was born on this day in 1918. He would become South Africa's first black president in 1994 after spending 27 years of his life as a political prisoner of the ANC party (which was organized to try to win rights for the black majority in the white-ruled country) He died at the age of 95 in 2013",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}