Information about plays

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

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

{
    "id": 379986,
    "uri": "https://api.kexp.org/v2/plays/379986/?format=api",
    "airdate": "2019-09-12T11:50:58-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "http://coverartarchive.org/release/5e893984-0d31-4239-9b43-a23d14dd464e/21602128244-250.jpg",
    "thumbnail_uri": "",
    "song": "Dreams",
    "track_id": "6e093508-5b01-3314-bc43-81a10ec8a82d",
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Desperate Youth, Blood Thirsty Babes",
    "release_id": "5e893984-0d31-4239-9b43-a23d14dd464e",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2004-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maybe local Seattle fans will remember TV on the Radio playing at The Showbox from 2006. Here is a video of them performing \"Dreams\": https://www.youtube.com/watch?v=f8nvJC3Xho8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}