Information about plays

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

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

{
    "id": 351780,
    "uri": "https://api.kexp.org/v2/plays/351780/?format=api",
    "airdate": "2019-07-08T17:01:35-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/af36ad31-f54c-398e-82bf-6cf711890fba/5825227750-250.jpg",
    "thumbnail_uri": "",
    "song": "Cities in Dust",
    "track_id": "8e497219-e3d7-3083-b3b4-41266d06c9ba",
    "recording_id": null,
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Twice Upon a Time: The Singles",
    "release_id": "af36ad31-f54c-398e-82bf-6cf711890fba",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1992-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}