Information about plays

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

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

{
    "id": 381514,
    "uri": "https://api.kexp.org/v2/plays/381514/?format=api",
    "airdate": "2019-09-16T07:44:25-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "http://coverartarchive.org/release/77536527-bfb0-45fc-bb52-850a36e1dc87/23576388191-250.jpg",
    "thumbnail_uri": "",
    "song": "Hand of God",
    "track_id": "b50980e2-d6a0-4df4-bbef-7027da4c21bc",
    "recording_id": null,
    "artist": "Lower Dens",
    "artist_ids": [
        "3dee0ca7-99ae-4421-9c3b-f42d8caf4c88"
    ],
    "album": "The Competition",
    "release_id": "77536527-bfb0-45fc-bb52-850a36e1dc87",
    "release_group_id": null,
    "labels": [
        "Ribbon Music"
    ],
    "label_ids": [
        "ca3afed1-d509-465e-89d0-952d167b2abb"
    ],
    "release_date": "2019-07-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lower Dens will be live at the WMAU Theatre on September 26th. Then, they will be live in-studio with use on Monday September 30th. Watch Lower Dens' full in-studio performance, live on KEXP: https://bit.ly/2GsZrcp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}