Information about plays

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

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

{
    "id": 370556,
    "uri": "https://api.kexp.org/v2/plays/370556/?format=api",
    "airdate": "2019-08-21T20:35:43-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Driving East, and Through Her",
    "track_id": "004ec8dd-9635-4c47-be6c-76914f8cc6a5",
    "recording_id": null,
    "artist": "Case Studies",
    "artist_ids": [
        "0a5e41fe-0356-476b-b4fd-55d58338774d"
    ],
    "album": "This Is Another Life",
    "release_id": "a0cb4ea2-b0f8-44b3-8313-f59bfa03c907",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [],
    "release_date": "2013-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jesse Lortz of The Dutchess and the Duke ; https://casestudies.bandcamp.com ; https://www.facebook.com/pages/Case-Studies/129211387138861",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}