Information about plays

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

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

{
    "id": 2675987,
    "uri": "https://api.kexp.org/v2/plays/2675987/?format=api",
    "airdate": "2019-12-20T16:08:43-08:00",
    "show": 46176,
    "show_uri": "https://api.kexp.org/v2/shows/46176/?format=api",
    "image_uri": "https://coverartarchive.org/release/26a75c55-00de-4de3-b419-3bb7bd3a2982/22859902189-250.jpg",
    "thumbnail_uri": "",
    "song": "Shake Ya",
    "track_id": "d839239a-ce85-413d-b85e-aec2f6059edc",
    "recording_id": null,
    "artist": "Amyl and The Sniffers",
    "artist_ids": [
        "0f74b263-65bf-4027-9708-45aadf40122d"
    ],
    "album": "Amyl and The Sniffers",
    "release_id": "26a75c55-00de-4de3-b419-3bb7bd3a2982",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amyl and the Sniffers are a grimy pub rock band from Melbourne, Australia. Amy Taylor (vocals), Bryce Wilson (drums) and Declan Martens (guitar) are former housemates who formed the band, wrote a handful of tunes and released their debut EP, Giddy Up, all in a span of twelve hours. Completing their line up with Gus Romer on bass, Amyl and the Sniffers took their cues from a diverse mix of genres including pub rock, Aussie punk and country. They set out to have as much fun as possible and scared up a whole lot of fans along the way. https://bit.ly/2TCEOS2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}