Information about plays

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

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

{
    "id": 534654,
    "uri": "https://api.kexp.org/v2/plays/534654/?format=api",
    "airdate": "2002-04-04T18:16:14-08:00",
    "show": 9262,
    "show_uri": "https://api.kexp.org/v2/shows/9262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Had Someone Before I Had You",
    "track_id": "be9df494-da64-4aed-aa09-3b9b6e9f5d10",
    "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"
}