Information about plays

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

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

{
    "id": 380525,
    "uri": "https://api.kexp.org/v2/plays/380525/?format=api",
    "airdate": "2019-09-13T20:17:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Huarache Lights",
    "track_id": "612ff0d5-a80f-45f5-9654-ca50d6387eee",
    "recording_id": null,
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Why Make Sense?",
    "release_id": "558e66fe-db45-4fbf-bb27-944854434354",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2015-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Band Spotlight on Hot Chip! The indietronic duo playing Showbox Sodo on Thursday 9/19. They're also DJing tonight on KEXP's midnight DJ show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}