Information about plays

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

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

{
    "id": 355183,
    "uri": "https://api.kexp.org/v2/plays/355183/?format=api",
    "airdate": "2019-07-16T18:12:20-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "http://coverartarchive.org/release/cb013e40-1432-4d5c-b802-25dfd69a98e1/23515642423-250.jpg",
    "thumbnail_uri": "",
    "song": "Keep Your Head Up",
    "track_id": "78a6291e-7722-4c4b-9dde-7a428fe6c2cc",
    "recording_id": null,
    "artist": "Preservation Hall Jazz Band",
    "artist_ids": [
        "1a9b4e0d-05e2-4491-83f0-a4a676283f99"
    ],
    "album": "A Tuba to Cuba",
    "release_id": "cb013e40-1432-4d5c-b802-25dfd69a98e1",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The liveliest music hub on the planet Preservation Hall Jazz Band will be performing LIVE at Benaroya Hall, on Monday, November 18.\n\nExperience Preservation Hall Jazz Band performing live in the KEXP gathering space. Recorded April 17, 2017 https://www.youtube.com/watch?v=rj_E63fwtnM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}