Information about plays

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

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

{
    "id": 371234,
    "uri": "https://api.kexp.org/v2/plays/371234/?format=api",
    "airdate": "2019-08-23T09:25:35-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daybreaker",
    "track_id": "f7e23be8-0a29-3859-aadb-357270b1db4e",
    "recording_id": null,
    "artist": "Beth Orton",
    "artist_ids": [
        "214d84a5-e9e5-4432-af95-8c84da7ba4c0"
    ],
    "album": "Daybreaker",
    "release_id": "685b41fa-62a6-40cd-96cb-3891a05c32c9",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2002-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beth Orton (with Mercury Rev) will be at Seattle's Neptune Theatre on Wednesday, October 9th, 2019.:  https://www.youtube.com/watch?v=WEwKCUSkdfI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}