Information about plays

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

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

{
    "id": 2679997,
    "uri": "https://api.kexp.org/v2/plays/2679997/?format=api",
    "airdate": "2019-12-30T15:27:28-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Buttered Blues",
    "track_id": "5eb22c0a-e762-45bb-9bae-aa5433dcec74",
    "recording_id": null,
    "artist": "Bo Diddley",
    "artist_ids": [
        "bf659d74-0b61-488c-8a7d-594f43bed9e0"
    ],
    "album": "The Black Gladiator",
    "release_id": "04e758a0-a6ea-4b07-81ee-2ff328bfa4d4",
    "release_group_id": null,
    "labels": [
        "Future Days Recordings"
    ],
    "label_ids": [
        "38a53280-01ba-4805-bd96-24b0388a3fc8"
    ],
    "release_date": "2012-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bo Diddley would be turning 91 today!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}