Information about plays

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

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

{
    "id": 351583,
    "uri": "https://api.kexp.org/v2/plays/351583/?format=api",
    "airdate": "2019-07-08T05:51:44-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be My Wife",
    "track_id": "4e8fd093-f00d-3854-8927-7427fc39b210",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Low",
    "release_id": "02e2a2f6-0da2-34cb-8e65-a05447ed1994",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1991-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}