Information about plays

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

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

{
    "id": 380383,
    "uri": "https://api.kexp.org/v2/plays/380383/?format=api",
    "airdate": "2019-09-13T11:26:19-07:00",
    "show": 6330,
    "show_uri": "https://api.kexp.org/v2/shows/6330/?format=api",
    "image_uri": "http://coverartarchive.org/release/0a6631d8-2764-4ecf-b023-fa2927c240d3/23661351480-250.jpg",
    "thumbnail_uri": "",
    "song": "Inside Illumination",
    "track_id": "2a391d32-f883-4eb0-aac4-02f4bc329179",
    "recording_id": null,
    "artist": "Hibou",
    "artist_ids": [
        "8cf14cb0-11c6-425e-a66d-682f0eda40f0"
    ],
    "album": "Halve",
    "release_id": "0a6631d8-2764-4ecf-b023-fa2927c240d3",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2019-07-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hibou performed live on KEXP earlier this year. Stay tuned to the KEXP YouTube page for video of that session and, in the meantime, enjoy one of the band's past sessions: https://www.youtube.com/watch?v=MINuPcURIZw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}