Information about plays

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

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

{
    "id": 1286578,
    "uri": "https://api.kexp.org/v2/plays/1286578/?format=api",
    "airdate": "2007-10-03T17:26:19-07:00",
    "show": 22511,
    "show_uri": "https://api.kexp.org/v2/shows/22511/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Xh7d9XGML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Xh7d9XGML._SL75_.jpg",
    "song": "Seattle to Chicago",
    "track_id": "7a339438-065f-4d3d-acec-4c232ce29b33",
    "recording_id": null,
    "artist": "Woody Guthrie",
    "artist_ids": [
        "cbd827e1-4e38-427e-a436-642683433732"
    ],
    "album": "Long Ways to Travel: The Unreleased Folkways Masters, 1944-1949",
    "release_id": "37c48810-7e20-4ce9-bb81-fdb9bec47929",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "1994-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}