Information about plays

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

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

{
    "id": 376995,
    "uri": "https://api.kexp.org/v2/plays/376995/?format=api",
    "airdate": "2019-09-05T11:55:57-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Karoshi",
    "track_id": "58012e8b-0f70-41da-a6a9-ec76721e1516",
    "recording_id": null,
    "artist": "Ghostpoet",
    "artist_ids": [
        "0c2393aa-7fe3-4314-81de-b91baf4982c6"
    ],
    "album": "Dark Days + Canapés",
    "release_id": "4466bcc4-bc70-434c-88fa-03fdc9a73474",
    "release_group_id": null,
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2017-08-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ghostpoet performed live at Studio 9294 in Hackney Wick, London, during KEXP's International Clash Day broadcast! You can watch their February 2019 performance here: https://www.youtube.com/watch?v=zCkQtfp_oZ8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}