Information about plays

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

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

{
    "id": 371976,
    "uri": "https://api.kexp.org/v2/plays/371976/?format=api",
    "airdate": "2019-08-25T01:52:00-07:00",
    "show": 6196,
    "show_uri": "https://api.kexp.org/v2/shows/6196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Antithesis of the Flesh (... And Then Arises a New Essence)",
    "track_id": "33b37668-026c-4567-a0ac-b61a573349a4",
    "recording_id": null,
    "artist": "Blut aus Nord",
    "artist_ids": [
        "c21db200-1f7c-4c23-b518-cf7fac6b8e85"
    ],
    "album": "Memoria Vetusta II: Dialogue With the Stars",
    "release_id": "794950d0-00b1-4367-a391-033e2671ee4a",
    "release_group_id": null,
    "labels": [
        "Candlelight Records"
    ],
    "label_ids": [],
    "release_date": "2015-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blut aus Nord will release their new album, Hallucinogen on October 11th. https://blutausnord.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}