Information about plays

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

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

{
    "id": 2682865,
    "uri": "https://api.kexp.org/v2/plays/2682865/?format=api",
    "airdate": "2020-01-06T13:40:26-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bubblegum",
    "track_id": "e4b24b38-3ef4-40bd-a6f7-48973b827663",
    "recording_id": null,
    "artist": "Lo Tom",
    "artist_ids": [
        "7c69dc4b-b857-4a15-95f9-9556aef2f762"
    ],
    "album": "Lo Tom",
    "release_id": "933c2beb-0341-4465-ae84-aacf20ac5d74",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in August the 19th of 2017, Lo Tom came into KEXP's studio to recorded a gem of a session! Check it out here: https://bit.ly/2QxyGLb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}