Information about plays

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

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

{
    "id": 373699,
    "uri": "https://api.kexp.org/v2/plays/373699/?format=api",
    "airdate": "2019-08-28T21:31:00-07:00",
    "show": 6222,
    "show_uri": "https://api.kexp.org/v2/shows/6222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hazey Jane I",
    "track_id": "bd47873c-6680-4cca-b2fe-466b0531e701",
    "recording_id": null,
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Bryter Layter",
    "release_id": "56fb03e4-baed-48c6-9223-7a49424ed7a0",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On his second record Nick was backed by John Cale and members of Fairport Convention",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}