Information about plays

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

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

{
    "id": 1286993,
    "uri": "https://api.kexp.org/v2/plays/1286993/?format=api",
    "airdate": "2007-10-04T18:37:12-07:00",
    "show": 22519,
    "show_uri": "https://api.kexp.org/v2/shows/22519/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vlwkLFENL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vlwkLFENL._SL75_.jpg",
    "song": "It's Not Over Now",
    "track_id": "ff822ace-4aba-4cd1-a6b0-7511cd06c419",
    "recording_id": null,
    "artist": "Dale Watson",
    "artist_ids": [
        "57c04acd-8552-479b-b987-aa0eb7d807cb"
    ],
    "album": "From the Cradle to the Grave",
    "release_id": "b501b9f8-cbec-40af-a299-fda354cfd705",
    "release_group_id": null,
    "labels": [
        "HYENA Records"
    ],
    "label_ids": [
        "058766b8-4b5c-48c8-b176-a0f307ad8ba0"
    ],
    "release_date": "2007-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}