Information about plays

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

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

{
    "id": 380445,
    "uri": "https://api.kexp.org/v2/plays/380445/?format=api",
    "airdate": "2019-09-13T15:35:33-07:00",
    "show": 6331,
    "show_uri": "https://api.kexp.org/v2/shows/6331/?format=api",
    "image_uri": "http://coverartarchive.org/release/110144b6-753d-47d2-b218-456d35b8b22b/21052782167-250.jpg",
    "thumbnail_uri": "",
    "song": "Diamond",
    "track_id": "933251e9-4b5f-45c8-9eb1-a60f977f9c78",
    "recording_id": null,
    "artist": "All Them Witches",
    "artist_ids": [
        "b574bfea-2359-4e9d-93f6-71c3c9a2a4f0"
    ],
    "album": "ATW",
    "release_id": "110144b6-753d-47d2-b218-456d35b8b22b",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Always a favourite band to host here at KEXP, All Them Witches performed a hauntingly kinetic live set for us at Seattle's famed Avast! Studios while our Live Room was getting spruced up.  Watch that performance here: www.youtube.com/watch?v=VteuWD_dIdk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}