Information about plays

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

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

{
    "id": 2670926,
    "uri": "https://api.kexp.org/v2/plays/2670926/?format=api",
    "airdate": "2019-12-09T09:45:53-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tropical Wasteland",
    "track_id": "b238b4da-7b36-403e-a010-16a915e7c827",
    "recording_id": null,
    "artist": "Jayomi",
    "artist_ids": [
        "f3ba0bfa-877f-40a0-b7c2-722a264349ea"
    ],
    "album": "Wet Burrito",
    "release_id": "4fee00d6-251a-4c49-9212-534f5c02e706",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-10-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Violin fronted surf rock\" - new from this local Seattle four piece! https://jayomi.bandcamp.com/album/wb-demos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}