Information about plays

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

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

{
    "id": 431100,
    "uri": "https://api.kexp.org/v2/plays/431100/?format=api",
    "airdate": "2001-06-04T03:25:00-07:00",
    "show": 7251,
    "show_uri": "https://api.kexp.org/v2/shows/7251/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41lJMIx-jQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41lJMIx-jQL._SL75_.jpg",
    "song": "St. Vitus Dance",
    "track_id": "6ff9d840-1e98-49b5-990a-b7ee4048e668",
    "recording_id": null,
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "1979-1983, Volume One",
    "release_id": "a8914ade-b277-47df-b59d-1e87831941e8",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}