Information about plays

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

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

{
    "id": 381291,
    "uri": "https://api.kexp.org/v2/plays/381291/?format=api",
    "airdate": "2019-09-15T16:51:14-07:00",
    "show": 6347,
    "show_uri": "https://api.kexp.org/v2/shows/6347/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Elena",
    "track_id": "53360a1e-e87f-4347-9e60-caa5ccecb256",
    "recording_id": null,
    "artist": "Chastity Belt",
    "artist_ids": [
        "944267d5-c0f0-4f4e-b3f2-7987d25d0441"
    ],
    "album": "Chastity Belt",
    "release_id": "dccda9e7-8ca5-4b67-88cb-21a7bdf7669c",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's four-piece group Chastity Belt dedicated this track to Italian novelist Elena Ferrante.  It's from their new album, due out on September 20 from Hardly Art records.  They've also announced their autumn tour with GANG and Strange Ranger -- and they've got a free, all-ages in-store performance at Easy Street Records in West Seattle coming up next weeked on Sunday, September 22.  Check out easystreetonline.com for more details",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}