Information about plays

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

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

{
    "id": 2677790,
    "uri": "https://api.kexp.org/v2/plays/2677790/?format=api",
    "airdate": "2019-12-25T04:00:00-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Driving Under Stars",
    "track_id": "6208cd88-df0b-407c-a1f0-23e5d2e26cbd",
    "recording_id": null,
    "artist": "Marika Hackman",
    "artist_ids": [
        "2b4f0c59-bd42-4d5c-9f14-e2a86550b0a8"
    ],
    "album": "Wonderland",
    "release_id": "f04d2b39-4389-4fba-9554-735bb7e82634",
    "release_group_id": null,
    "labels": [
        "Transgressive Records Ltd."
    ],
    "label_ids": [],
    "release_date": "2016-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As well as some original tunes, Hackman's has a few obligatory covers - including \"Winter Wonderland\" and \"In The Bleak Midwinter\" on this Christmas EP from 2016.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}