Information about plays

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

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

{
    "id": 353162,
    "uri": "https://api.kexp.org/v2/plays/353162/?format=api",
    "airdate": "2019-07-11T18:49:00-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Gravel Yard",
    "track_id": "3293be21-9443-391e-96f8-55f6f723fb70",
    "recording_id": null,
    "artist": "Doyle Lawson & Quicksilver",
    "artist_ids": [
        "3a57aa9e-2e4a-4dde-a8dd-f7fcb1b29dba"
    ],
    "album": "Never Walk Away",
    "release_id": "ad19e56c-e9a9-4715-ae21-646b92e9bdbc",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "release_date": "1995-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "playing the Darrington Bluegrass Festival on Sat. July 20th & Sun. July 21st. Go to darringtonbluegrass.com for more info",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}