Information about plays

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

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

{
    "id": 355996,
    "uri": "https://api.kexp.org/v2/plays/355996/?format=api",
    "airdate": "2019-07-18T10:08:42-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "http://coverartarchive.org/release/ac1b07db-899d-4ffa-8502-5d3d58a59bd0/4710482732-250.jpg",
    "thumbnail_uri": "",
    "song": "A Love From Outer Space",
    "track_id": "96ff9e39-b2f8-3ec4-a99b-a9fcbdbf7e78",
    "recording_id": null,
    "artist": "A.R. Kane",
    "artist_ids": [
        "d77abf52-3385-40e1-8bfa-215010814e7a"
    ],
    "album": "Americana",
    "release_id": "ac1b07db-899d-4ffa-8502-5d3d58a59bd0",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A.R. Kane's Alex Ayuli is believed to have coined \"dream pop\" to describe their sound in the late 1980s, which drew on diverse sources such as dub, psychedelia, free jazz, and house.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}