Information about plays

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

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

{
    "id": 350569,
    "uri": "https://api.kexp.org/v2/plays/350569/?format=api",
    "airdate": "2019-07-05T19:37:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hold On, I’m Comin’",
    "track_id": "b5b1055a-e7fb-454f-96ec-d08d75dfb2e6",
    "recording_id": null,
    "artist": "Sam & Dave",
    "artist_ids": [],
    "album": "Hold On, I’m Comin’",
    "release_id": "a61bf153-7931-4180-a250-39b2a3ac7712",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Legendary soul duo. https://www.rockhall.com/inductees/sam-and-dave",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}