Information about plays

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

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

{
    "id": 343959,
    "uri": "https://api.kexp.org/v2/plays/343959/?format=api",
    "airdate": "2019-06-20T14:47:53-07:00",
    "show": 5732,
    "show_uri": "https://api.kexp.org/v2/shows/5732/?format=api",
    "image_uri": "http://coverartarchive.org/release/ca453b43-f905-43b0-b6be-119e04daac41/15810455639-250.jpg",
    "thumbnail_uri": "",
    "song": "Let England Shake",
    "track_id": "024ec553-1cdc-37aa-8612-71fd8aac8fff",
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Let England Shake",
    "release_id": "ca453b43-f905-43b0-b6be-119e04daac41",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2011-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Harvey began writing lyrics for \"Let England Shake\" before setting the words to music. She has cited the poetry of Harold Pinter and T.S. Eliot as influences, as well as the artwork of Salvador Dalí and Francisco de Goya, the music of The Doors, The Pogues, and The Velvet Underground and the films of Stanley Kubrick, Ken Loach and Ari Folman. She has also spoken of researching the history of conflict, including the Gallipoli Campaign, and reading modern-day testimonies from civilians and soldiers in Iraq and Afghanistan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}