Information about plays

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

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

{
    "id": 352969,
    "uri": "https://api.kexp.org/v2/plays/352969/?format=api",
    "airdate": "2019-07-11T09:45:15-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "http://coverartarchive.org/release/ca69bae7-9191-3bca-ba91-c65bd968b4fc/16443086809-250.jpg",
    "thumbnail_uri": "",
    "song": "School",
    "track_id": "d5ddfd9b-f67e-388d-a623-d35f5c303b3e",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Bleach",
    "release_id": "ca69bae7-9191-3bca-ba91-c65bd968b4fc",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2009-11-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Kurt Cobain told Spin magazine in 1993 that 80 percent of the lyrics for <i>Bleach</i> were written the night before recording and that he \"didn't give a flying f**k what the lyrics were about\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}