Information about plays

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

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

{
    "id": 376909,
    "uri": "https://api.kexp.org/v2/plays/376909/?format=api",
    "airdate": "2019-09-05T07:04:12-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/f92e24b3-1af8-4fcc-957f-7936c0f3ae74/11647834341-250.jpg",
    "thumbnail_uri": "",
    "song": "Peek‐a‐boo",
    "track_id": "f8fa1cb4-d592-3968-a820-dc036407fa65",
    "recording_id": null,
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Peepshow",
    "release_id": "f92e24b3-1af8-4fcc-957f-7936c0f3ae74",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 31st birthday to Siouxsie and the Banshee's ninth album 'Peepshow' released on this day in 1988!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}