Information about plays

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

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

{
    "id": 376713,
    "uri": "https://api.kexp.org/v2/plays/376713/?format=api",
    "airdate": "2019-09-04T20:35:00-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Driving Toward the Sun",
    "track_id": "5018a04d-61be-4ab3-aae7-18375f9e86fd",
    "recording_id": null,
    "artist": "Susan James",
    "artist_ids": [
        "844768aa-a0c6-42fd-a6de-cd980184fe96"
    ],
    "album": "Driving Toward the Sun",
    "release_id": "ef38796f-a8cb-492e-9a95-cd9600f3955b",
    "release_group_id": null,
    "labels": [
        "Susan James Music"
    ],
    "label_ids": [],
    "release_date": "2013-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP guitarist and beloved human Neal Casal, who passed away August 26 at the age of 50. https://pitchfork.com/news/neal-casal-singer-songwriter-and-veteran-folk-guitarist-dead-at-50",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}