Information about plays

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

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

{
    "id": 379682,
    "uri": "https://api.kexp.org/v2/plays/379682/?format=api",
    "airdate": "2019-09-11T20:24:49-07:00",
    "show": 6320,
    "show_uri": "https://api.kexp.org/v2/shows/6320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down at the Bottom",
    "track_id": "041b9716-68e4-4e51-b0bc-19413f713f73",
    "recording_id": null,
    "artist": "Jeffrey Martin",
    "artist_ids": [
        "77012f22-ad7b-4e2e-824a-cd98039a07d1"
    ],
    "album": "Dogs in the Daylight",
    "release_id": "d9361462-9ca8-4380-ad32-f301e2d80230",
    "release_group_id": null,
    "labels": [
        "Fluff & Gravy"
    ],
    "label_ids": [],
    "release_date": "2014-08-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Ballard Homestead on Thursday October 24th.  https://jeffreymartinportland.bandcamp.com/album/dogs-in-the-daylight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}