Information about plays

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

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

{
    "id": 2675876,
    "uri": "https://api.kexp.org/v2/plays/2675876/?format=api",
    "airdate": "2019-12-20T10:02:00-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shut In",
    "track_id": "64818298-0fd7-4c1e-8065-2273b6a610aa",
    "recording_id": null,
    "artist": "Strand of Oaks",
    "artist_ids": [
        "0efbd9d6-4c5b-48e5-b7ff-d61e0969893a"
    ],
    "album": "Heal",
    "release_id": "47194f22-00b9-47d1-a424-c7cc21b996ea",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2014-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 10.  This masterpiece by Tim Showalter (who records as Strand of Oaks) was his fourth album and was released on June 24th, 2014.  That year, John Richards welcomed him to the KEXP for a live performance that included this song, \"Shut In\": https://www.youtube.com/watch?v=y9VaNamkXw0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}