Information about plays

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

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

{
    "id": 431799,
    "uri": "https://api.kexp.org/v2/plays/431799/?format=api",
    "airdate": "2001-06-06T04:32:00-07:00",
    "show": 7263,
    "show_uri": "https://api.kexp.org/v2/shows/7263/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YRWHZV50L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YRWHZV50L._SL75_.jpg",
    "song": "Disco Boy",
    "track_id": "daa1bf16-8671-433e-9288-ce4d5324bc14",
    "recording_id": null,
    "artist": "Frank Zappa",
    "artist_ids": [
        "e20747e7-55a4-452e-8766-7b985585082d"
    ],
    "album": "Strictly Commercial: The Best of Frank Zappa",
    "release_id": "f4d5fc4b-2cd9-48ab-97fb-f9400924ab6b",
    "release_group_id": null,
    "labels": [
        "RYCO"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}