Information about plays

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

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

{
    "id": 344174,
    "uri": "https://api.kexp.org/v2/plays/344174/?format=api",
    "airdate": "2019-06-20T23:48:52-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/223ae626-bea5-3530-a48c-6c372d9a4d91/23112691282-250.jpg",
    "thumbnail_uri": "",
    "song": "Nothing to Say",
    "track_id": "bef10b60-4bc5-354c-8d4f-d8436cf8f55b",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Arthur (or The Decline and Fall of the British Empire)",
    "release_id": "223ae626-bea5-3530-a48c-6c372d9a4d91",
    "release_group_id": null,
    "labels": [
        "Castle Classics"
    ],
    "label_ids": [
        "1ee03dcf-17e8-45f0-8d2e-6cc33c66d3e4"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arthur (Or the Decline and Fall of the British Empire) is the seventh studio album by English rock band the Kinks, released in October 1969. Kinks frontman Ray Davies constructed the concept album as the soundtrack to a Granada Television play and developed the storyline with novelist Julian Mitchell; however, the television programme was cancelled and never produced.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}