Information about plays

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

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

{
    "id": 374419,
    "uri": "https://api.kexp.org/v2/plays/374419/?format=api",
    "airdate": "2019-08-30T09:43:39-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/06d7b0c4-f408-34de-9e57-4b5cddb53cfc/5825204822-250.jpg",
    "thumbnail_uri": "",
    "song": "Arabian Knights",
    "track_id": "9895b10e-40c2-37f6-9bf1-6544e035d9f4",
    "recording_id": null,
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Once Upon a Time: The Singles",
    "release_id": "06d7b0c4-f408-34de-9e57-4b5cddb53cfc",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is one of Jana's all-time favorite albums.  She came back to it \"9000 times,\" trying to decide which song to choose from it.:  https://www.youtube.com/watch?v=YP-ZUbSmkRM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}