Information about plays

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

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

{
    "id": 512097,
    "uri": "https://api.kexp.org/v2/plays/512097/?format=api",
    "airdate": "2002-01-29T11:09:00-08:00",
    "show": 8825,
    "show_uri": "https://api.kexp.org/v2/shows/8825/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61V9yNbIMJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61V9yNbIMJL._SL75_.jpg",
    "song": "Lost Nation Road",
    "track_id": "87e73609-7ea9-4526-b120-4ef9e2bc395c",
    "recording_id": null,
    "artist": "Pere Ubu",
    "artist_ids": [
        "5a54b72e-bfb3-4ca6-944a-e17261399965"
    ],
    "album": "Cloudland",
    "release_id": "a330ab39-2f66-44f5-be74-95e0dcf72b76",
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1989-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}