Information about plays

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

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

{
    "id": 2678109,
    "uri": "https://api.kexp.org/v2/plays/2678109/?format=api",
    "airdate": "2019-12-25T20:40:00-08:00",
    "show": 46224,
    "show_uri": "https://api.kexp.org/v2/shows/46224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Nazz",
    "track_id": null,
    "recording_id": null,
    "artist": "Lord Buckley",
    "artist_ids": [
        "02f828a7-52a2-4e69-9bf6-6e2be2b727e3"
    ],
    "album": "The Best of Lord Buckley",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Crestview"
    ],
    "label_ids": [],
    "release_date": "1963-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1951 recording, originally released on Vaya Records ; http://www.mbird.com/2011/08/pzs-podcast-lord-buckley-and-the-nazz/ ; this particular Crestview edition can be seen sitting on the mantle in the cover photograph for Bob Dylan's \"Bringing It All Back Home\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}