Information about plays

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

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

{
    "id": 2679856,
    "uri": "https://api.kexp.org/v2/plays/2679856/?format=api",
    "airdate": "2019-12-30T06:46:21-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Muscoviet Musquito",
    "track_id": "0d56eefb-2734-3809-83eb-536907f46b2b",
    "recording_id": null,
    "artist": "Clan of Xymox",
    "artist_ids": [
        "1fc54353-dcd0-47b1-bb59-7bd2974df829"
    ],
    "album": "Clan of Xymox",
    "release_id": "c6df174e-fe39-374f-b8f9-030dc066aea5",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Dutch Dark Wave band's debut album.The album art was done by Vaughan Oliver, a prolific designer of album art for many 4AD bands. Oliver listed this as one of his favorite album covers, saying \"I was excited by the idea of taking the track listing and working it as an image. Information as illustration. I hadn't seen this idea realised in this way previously. Our aim was always to try and break new graphic ground. To experiment and pervert convention. Terry Dowling, my old tutor at Newcastle, provided the puppet print representing the band members.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}