Information about plays

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

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

{
    "id": 356566,
    "uri": "https://api.kexp.org/v2/plays/356566/?format=api",
    "airdate": "2019-07-19T18:21:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "100 Days, 100 Nights",
    "track_id": "6879376c-c47b-401f-ba59-b118bb274f2e",
    "recording_id": null,
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "100 Days, 100 Nights",
    "release_id": "f2ea3ed8-1504-4fb0-a0ad-c7cf69715e7a",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [],
    "release_date": "2014-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this song performed live at KEXP. https://www.youtube.com/watch?v=yuNv7_iIRRY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}