Information about plays

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

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

{
    "id": 378398,
    "uri": "https://api.kexp.org/v2/plays/378398/?format=api",
    "airdate": "2019-09-08T15:33:12-07:00",
    "show": 6299,
    "show_uri": "https://api.kexp.org/v2/shows/6299/?format=api",
    "image_uri": "http://coverartarchive.org/release/0d6ea51b-d4bc-4e87-8db6-0f5110602594/3374950699-250.jpg",
    "thumbnail_uri": "",
    "song": "Level",
    "track_id": "d13fa267-d75e-328c-af94-dea8d84cd7eb",
    "recording_id": null,
    "artist": "The Raconteurs",
    "artist_ids": [
        "be407b02-f3e6-4ed5-9489-f8e5f0ab36dc"
    ],
    "album": "Broken Boy Soldiers",
    "release_id": "0d6ea51b-d4bc-4e87-8db6-0f5110602594",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2006-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jack Lawrence and Patrick Keeler of Raconteurs were originally members of the Greenhornes. Eventually Jack White and Lawrence were in The Dead Weather Together",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}