Information about plays

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

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

{
    "id": 467886,
    "uri": "https://api.kexp.org/v2/plays/467886/?format=api",
    "airdate": "2001-09-19T17:56:40-07:00",
    "show": 7959,
    "show_uri": "https://api.kexp.org/v2/shows/7959/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61qsWAAp3OL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61qsWAAp3OL._SL75_.jpg",
    "song": "You Got to Go",
    "track_id": "e344710b-3d78-43e2-b8f8-1fa59f047b97",
    "recording_id": null,
    "artist": "The Holmes Brothers",
    "artist_ids": [
        "cc9228cc-0a1a-4e69-95d9-1dfbd91ba3c4"
    ],
    "album": "Promised Land",
    "release_id": "a67dcb57-5da9-49ad-ac49-93a35d68fd4b",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}