Information about plays

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

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

{
    "id": 374994,
    "uri": "https://api.kexp.org/v2/plays/374994/?format=api",
    "airdate": "2019-08-31T22:09:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep On Knocking",
    "track_id": "6ede886b-f81a-4eb9-b1fc-b17e428cfab6",
    "recording_id": null,
    "artist": "Death",
    "artist_ids": [
        "5bddb294-e04c-4d8f-b9bb-e3b551802ae4"
    ],
    "album": "…for the Whole World to See",
    "release_id": "edc1e4ed-db48-4402-8a6c-846b7c933100",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2009-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Album released in 2009 consisting of several demos from the 70s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}