Information about plays

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

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

{
    "id": 370948,
    "uri": "https://api.kexp.org/v2/plays/370948/?format=api",
    "airdate": "2019-08-22T17:18:43-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "http://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842-250.jpg",
    "thumbnail_uri": "",
    "song": "Glory Box",
    "track_id": "81489fd3-99de-3c50-b46c-6309fab8cf3f",
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Dummy",
    "release_id": "76df3287-6cda-33eb-8e9a-044b5e15ffdd",
    "release_group_id": null,
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1994-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Utley: Isaac Hayes is singing over there. He has a massive voice, and he's right close to the microphone. It's quiet, and there's loads of reverb in there. The band is really chilled, so it's a beautiful sounding record.\" Check out the full interview here: <br/><br/> https://www.kexp.org/read/2019/8/22/portisheads-geoff-barrow-and-adrian-utley-breakdown-dummy-25-years-later/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}