Information about plays

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

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

{
    "id": 377413,
    "uri": "https://api.kexp.org/v2/plays/377413/?format=api",
    "airdate": "2019-09-06T09:26:34-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Gold",
    "track_id": "c0288aa7-8a23-41b8-af87-d753c16c00bd",
    "recording_id": null,
    "artist": "Editors",
    "artist_ids": [
        "0efe858c-89e5-4e47-906a-356fa953fd6e"
    ],
    "album": "Black Gold: Best of Editors (Deluxe)",
    "release_id": "fd8ebc38-2836-494c-aa9a-ae18cff986e0",
    "release_group_id": null,
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Black Gold\" is one of three new songs that will be released on Editors' \"Best of...\" album, which will include 13 tracks from their six studio albums.  It will arrive on October 25th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}