Information about plays

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

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

{
    "id": 351925,
    "uri": "https://api.kexp.org/v2/plays/351925/?format=api",
    "airdate": "2019-07-09T02:31:01-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/fe724dcc-bf28-41c7-8450-e659e916e6f9/14722958852-250.jpg",
    "thumbnail_uri": "",
    "song": "My Sweet Lord",
    "track_id": "2099c0ec-327d-4530-9628-9d98c1e0744e",
    "recording_id": null,
    "artist": "George Harrison",
    "artist_ids": [
        "42a8f507-8412-4611-854f-926571049fa0"
    ],
    "album": "All Things Must Pass",
    "release_id": "fe724dcc-bf28-41c7-8450-e659e916e6f9",
    "release_group_id": null,
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2014-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The best Beatle.\" -DJ Reeves",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}