Information about plays

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

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

{
    "id": 454400,
    "uri": "https://api.kexp.org/v2/plays/454400/?format=api",
    "airdate": "2001-08-11T00:04:36-07:00",
    "show": 7688,
    "show_uri": "https://api.kexp.org/v2/shows/7688/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4182ZB374QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4182ZB374QL._SL75_.jpg",
    "song": "Brother, My Cup Is Empty",
    "track_id": "e1b5856e-37bd-40b0-b3f1-c9cf5de8a0df",
    "recording_id": null,
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Henry's Dream",
    "release_id": "d0c9b076-5138-4bef-b847-02d760f39420",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}