Information about plays

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

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

{
    "id": 456291,
    "uri": "https://api.kexp.org/v2/plays/456291/?format=api",
    "airdate": "2001-08-16T11:17:38-07:00",
    "show": 7725,
    "show_uri": "https://api.kexp.org/v2/shows/7725/?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/Elektra"
    ],
    "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"
}