Information about plays

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

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

{
    "id": 379575,
    "uri": "https://api.kexp.org/v2/plays/379575/?format=api",
    "airdate": "2019-09-11T13:58:27-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/88cf2cdf-8ea0-4e9f-b8e5-6223b8bea211/23452861512-250.jpg",
    "thumbnail_uri": "",
    "song": "Bill's Mandolin",
    "track_id": "3b73ff1b-a93e-416f-bcd4-624185765cd2",
    "recording_id": null,
    "artist": "Psychedelic Porn Crumpets",
    "artist_ids": [
        "11d94660-1963-4020-8762-4c5907e2ea48"
    ],
    "album": "And Now for the Whatchamacallit",
    "release_id": "88cf2cdf-8ea0-4e9f-b8e5-6223b8bea211",
    "release_group_id": null,
    "labels": [
        "Marathon Artists"
    ],
    "label_ids": [
        "1233e5e0-9e19-4ee6-9cab-a8e17ddb4ff4"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychedelic Porn Crumpets will be LIVE on KEXP (open to the public) this Friday, September 13th at 1 p.m.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}