Information about plays

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

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

{
    "id": 344457,
    "uri": "https://api.kexp.org/v2/plays/344457/?format=api",
    "airdate": "2019-06-21T21:01:00-07:00",
    "show": 5740,
    "show_uri": "https://api.kexp.org/v2/shows/5740/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guide",
    "track_id": null,
    "recording_id": null,
    "artist": "Steve Lacy",
    "artist_ids": [
        "ca9766a0-1c30-43e6-a213-bac1334efc4a"
    ],
    "album": "Apollo XXI",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "3qtr"
    ],
    "label_ids": [],
    "release_date": "2019-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stream the new album Steve Lacy (of The Internet) 'Apollo XXI' on all platforms here: https://stevelacy.lnk.to/apolloxxi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}