Information about plays

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

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

{
    "id": 380310,
    "uri": "https://api.kexp.org/v2/plays/380310/?format=api",
    "airdate": "2019-09-13T07:09:38-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "http://coverartarchive.org/release/911f1ce9-967d-4b8d-9ce1-f2f55df6d9a9/16357076264-250.jpg",
    "thumbnail_uri": "",
    "song": "Dead Man’s Party",
    "track_id": "63234c28-08c8-31ed-ad02-f435815b31a9",
    "recording_id": null,
    "artist": "Oingo Boingo",
    "artist_ids": [
        "166bc1cb-a2b7-412d-bcd5-5f439d2cf5f1"
    ],
    "album": "Best o’ Boingo",
    "release_id": "911f1ce9-967d-4b8d-9ce1-f2f55df6d9a9",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1991-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An autopsy is a surgical procedure that consists of a thorough examination of a corpse by dissection to determine the cause, mode and manner of death or to evaluate any disease or injury that may be present for research or educational purposes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}