Information about plays

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

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

{
    "id": 379795,
    "uri": "https://api.kexp.org/v2/plays/379795/?format=api",
    "airdate": "2019-09-12T02:18:34-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wood Jackson",
    "track_id": null,
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [],
    "album": "Heathen",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sony"
    ],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Rumour and analysis suggests this hard-to-find tune was David Bowie's tribute to Daniel Johnston",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}