Information about plays

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

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

{
    "id": 375952,
    "uri": "https://api.kexp.org/v2/plays/375952/?format=api",
    "airdate": "2019-09-03T09:45:34-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "http://coverartarchive.org/release/ccd40ce5-d969-4d2e-898e-1eb71d6f81da/4087738014-250.jpg",
    "thumbnail_uri": "",
    "song": "Slick Watts",
    "track_id": "a6939f38-66b1-3452-9726-713a56e1b7c4",
    "recording_id": null,
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "Cinémetropolis",
    "release_id": "ccd40ce5-d969-4d2e-898e-1eb71d6f81da",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2011-06-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the Seattle band's 3rd album, which also features a series of short films inspired by the music. The video, for this track is a commentary on basketball in Seattle and the memories it left behind. https://youtu.be/XJf-3o1nCow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}