Information about plays

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

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

{
    "id": 370826,
    "uri": "https://api.kexp.org/v2/plays/370826/?format=api",
    "airdate": "2019-08-22T12:37:28-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/4bf1f622-8cba-4859-bf64-085e2de748f2/21285469395-250.jpg",
    "thumbnail_uri": "",
    "song": "Six Months in a Leaky Boat",
    "track_id": "f50e69bc-2013-3731-8fda-8fe117c751aa",
    "recording_id": null,
    "artist": "Split Enz",
    "artist_ids": [
        "2bbdc83c-3d4d-44f4-8e26-6bc748d358dd"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 7",
    "release_id": "4bf1f622-8cba-4859-bf64-085e2de748f2",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is a reference to the time it took pioneers to sail to New Zealand, and a metaphor that refers to lead singer Tim Finn's nervous breakdown. The song was \"discouraged from airplay\" in Britain during the Falklands War by the BBC for reasons of morale - it was thought that references to leaky boats were not appropriate during the naval action in the war.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}