Information about plays

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

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

{
    "id": 433577,
    "uri": "https://api.kexp.org/v2/plays/433577/?format=api",
    "airdate": "2001-06-11T13:33:45-07:00",
    "show": 7295,
    "show_uri": "https://api.kexp.org/v2/shows/7295/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NWuLnjtzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NWuLnjtzL._SL75_.jpg",
    "song": "God Damn the Sun",
    "track_id": "76c150e7-be98-4398-8a50-143f03f94527",
    "recording_id": null,
    "artist": "Swans",
    "artist_ids": [
        "3285dc48-9505-469d-ad8a-bdf2d3dba632"
    ],
    "album": "The Burning World",
    "release_id": "fdd39a16-caa9-41ed-a074-1fd661f929ca",
    "release_group_id": null,
    "labels": [
        "UNI Records"
    ],
    "label_ids": [
        "83dedbf0-9cd7-470a-b317-0bb724785b20"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}