Information about plays

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

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

{
    "id": 355696,
    "uri": "https://api.kexp.org/v2/plays/355696/?format=api",
    "airdate": "2019-07-17T18:57:35-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Farther on Down the Road (You Will Accompany Me)",
    "track_id": "8cdbf065-314d-353b-a1b0-a11752fcf34e",
    "recording_id": null,
    "artist": "Taj Mahal",
    "artist_ids": [
        "4f48167c-29b8-4bde-a749-6803ce0a3922"
    ],
    "album": "Giant Step / De Ole Folks at Home",
    "release_id": "e046953a-895f-3ce2-a1db-10b99bf1a1c7",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thu 8/15 @ Woodland Park Zoo ; reissue of the albums he released side-by-side in 1969 (half electric, half acoustic) ; this song live in 1997: https://www.youtube.com/watch?v=gC0ARui8pvg ; http://www.tajblues.com ; https://www.facebook.com/tajmahal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}