Information about plays

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

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

{
    "id": 377638,
    "uri": "https://api.kexp.org/v2/plays/377638/?format=api",
    "airdate": "2019-09-06T18:59:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dangerous Days",
    "track_id": "2b43012d-7f3e-43e9-9c32-d9062c08402c",
    "recording_id": null,
    "artist": "Zola Jesus",
    "artist_ids": [
        "c35bd778-efb5-424b-ba7b-dae56d01a206"
    ],
    "album": "Taiga",
    "release_id": "5dcf4b2a-2fc8-4255-badb-1383875eb2cf",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [],
    "release_date": "2014-10-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local - based in Vashon Island, WA. Check out the full performance at Upstream Music Festival. https://www.youtube.com/watch?v=pUUKFaJmhl8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}