Information about plays

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

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

{
    "id": 345707,
    "uri": "https://api.kexp.org/v2/plays/345707/?format=api",
    "airdate": "2019-06-24T23:00:32-07:00",
    "show": 5765,
    "show_uri": "https://api.kexp.org/v2/shows/5765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Echo",
    "track_id": "4dda5327-224c-458f-80bf-798d3b665de3",
    "recording_id": null,
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "A Bath Full of Ecstasy",
    "release_id": "703da45f-540d-49d8-acd2-1a8d0d8c3517",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This British band’s seventh album finds them as sharp as ever. Working with outside producers for the first time, the band recruited Philippe Zdar (one-half of the duo Cassius, who just tragically passed away by accidentally falling from a highrise) and Rodaidh McDonald, and they helped broaden the band’s sonic palette a bit on this consistently strong set of hook-filled electro-pop with colorful synths, propulsive house rhythms, tender vocals and hope-filled lyrics revolving around love and loss.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}