Information about plays

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

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

{
    "id": 414859,
    "uri": "https://api.kexp.org/v2/plays/414859/?format=api",
    "airdate": "2001-04-12T19:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Texas Hambone Blues",
    "track_id": "31c1be1b-97b7-4c01-98d6-b31f4eaa751e",
    "recording_id": null,
    "artist": "Milton Brown and His Musical Brownies",
    "artist_ids": [
        "66b3ebef-46a0-4c8e-879c-76edaf020194"
    ],
    "album": "The Complete Recordings of the Father of Western Swing, 1932-1937 (disc 3)",
    "release_id": "099238e7-5067-4264-9085-926e921f78be",
    "release_group_id": null,
    "labels": [
        "Texas Rose"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}