Information about plays

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

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

{
    "id": 377786,
    "uri": "https://api.kexp.org/v2/plays/377786/?format=api",
    "airdate": "2019-09-07T02:41:30-07:00",
    "show": 6284,
    "show_uri": "https://api.kexp.org/v2/shows/6284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can It Be All So Simple",
    "track_id": "419ad279-42d9-42dc-b96e-17dd673ebb56",
    "recording_id": null,
    "artist": "Wu-Tang Clan",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "Enter The Wu-Tang (36 Chambers) (Clean)",
    "release_id": "a2253430-be26-4fca-b6ba-dfd1dad2098f",
    "release_group_id": null,
    "labels": [
        "BMG Music"
    ],
    "label_ids": [
        "8ddaa8e2-34ac-4094-80b9-2575e3c8f553"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Was watching the new Wu-Tang series on Hulu before I came in tonight -- check it out if you haven't https://www.hulu.com/series/wu-tang-an-american-saga-8e4e1643-1254-4d6e-a567-d2c62f7b3e00",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}