Information about plays

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

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

{
    "id": 372817,
    "uri": "https://api.kexp.org/v2/plays/372817/?format=api",
    "airdate": "2019-08-27T04:19:36-07:00",
    "show": 6212,
    "show_uri": "https://api.kexp.org/v2/shows/6212/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The View",
    "track_id": null,
    "recording_id": null,
    "artist": "Oso Oso",
    "artist_ids": [],
    "album": "Basking in the Glow",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Triple Crown Records"
    ],
    "label_ids": [
        "e620e870-fb51-4531-90c2-23ceb8094241"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Wednesday, September 11th at the Vera Project! - https://osoosoband.bandcamp.com/album/basking-in-the-glow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}