Information about plays

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

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

{
    "id": 346976,
    "uri": "https://api.kexp.org/v2/plays/346976/?format=api",
    "airdate": "2019-06-27T13:46:16-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fall From Grace",
    "track_id": "f359bfe7-82d6-39bb-b1e4-62ac0bd4e125",
    "recording_id": null,
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "The Rapture",
    "release_id": "0985ef0a-ba1d-34a2-abba-5ae3f9a20b9e",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Siouxsie and the Banshees were an English rock band, formed in London in 1976 by vocalist Siouxsie Sioux and bass guitarist Steven Severin. Initially associated with the punk scene, the band rapidly evolved to create 'a form of post-punk discord full of daring rhythmic and sonic experimentation.'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}