Information about plays

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

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

{
    "id": 351375,
    "uri": "https://api.kexp.org/v2/plays/351375/?format=api",
    "airdate": "2019-07-07T16:24:23-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/1029a400-620c-36f8-b481-0db383fc4823/2032808459-250.jpg",
    "thumbnail_uri": "",
    "song": "Strange Overtones",
    "track_id": "d3aa18fc-f739-34e0-a9d5-03997c54fdf1",
    "recording_id": null,
    "artist": "David Byrne & Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Everything That Happens Will Happen Today",
    "release_id": "1029a400-620c-36f8-b481-0db383fc4823",
    "release_group_id": null,
    "labels": [
        "Todo Mundo"
    ],
    "label_ids": [
        "69d73bfc-8272-430e-9341-0b584f0d7e36"
    ],
    "release_date": "2008-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}