Information about plays

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

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

{
    "id": 435263,
    "uri": "https://api.kexp.org/v2/plays/435263/?format=api",
    "airdate": "2001-06-16T10:15:00-07:00",
    "show": 7326,
    "show_uri": "https://api.kexp.org/v2/shows/7326/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Q5VQRN98L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Q5VQRN98L._SL75_.jpg",
    "song": "Simmer Down",
    "track_id": "11daa13b-53cb-4376-b841-de805720d082",
    "recording_id": null,
    "artist": "The Skatalites",
    "artist_ids": [
        "87ac7e25-f278-47a0-b109-5eb131dc96b6"
    ],
    "album": "Guns of Navarone",
    "release_id": "c38646bd-d373-4100-9e8b-0d3c51df7a8c",
    "release_group_id": null,
    "labels": [
        "Studio One"
    ],
    "label_ids": [
        "f276f83e-e35b-4767-ba67-904ecff2cab6"
    ],
    "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"
}