Information about plays

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

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

{
    "id": 1294552,
    "uri": "https://api.kexp.org/v2/plays/1294552/?format=api",
    "airdate": "2007-10-24T03:51:55-07:00",
    "show": 22648,
    "show_uri": "https://api.kexp.org/v2/shows/22648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FWD7Q22YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FWD7Q22YL._SL75_.jpg",
    "song": "Kurt's Rejoinder",
    "track_id": "f9d958c8-d360-4e6b-857b-c3933eab5adc",
    "recording_id": null,
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Before and After Science",
    "release_id": "24e696d3-cb41-45fe-a6c8-2135a8353cdc",
    "release_group_id": null,
    "labels": [
        "E'G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1990-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}