Information about plays

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

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

{
    "id": 374420,
    "uri": "https://api.kexp.org/v2/plays/374420/?format=api",
    "airdate": "2019-08-30T09:46:40-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That's When I Reach for My Revolver",
    "track_id": "e69f08e5-0173-3d28-a1e2-0499b8ea26ec",
    "recording_id": null,
    "artist": "Mission of Burma",
    "artist_ids": [
        "db9d25d7-a85b-4a29-b2ff-8f5b69ed691e"
    ],
    "album": "The Horrible Truth About Burma",
    "release_id": "eae588c2-54d5-4bae-b007-f28d7735423e",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2009-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title is a reference to the often-mistranslated quotation commonly attributed to Hermann Göring: \"When I hear the word 'culture', that's when I reach for my revolver\" — the actual quote is \"Wenn ich Kultur höre ... entsichere ich meinen Browning!\" This translates as: \"Whenever I hear [the word] 'culture'... I remove the safety from my Browning!\" The line is uttered by the character Thiemann in Act 1, Scene 1 of the play Schlageter, written by Hanns Johst.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}