Information about plays

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

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

{
    "id": 378143,
    "uri": "https://api.kexp.org/v2/plays/378143/?format=api",
    "airdate": "2019-09-08T00:25:00-07:00",
    "show": 6294,
    "show_uri": "https://api.kexp.org/v2/shows/6294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Solace Beneath a Greying Sky",
    "track_id": "bc58a9f0-2142-3782-b32a-df8106a8462e",
    "recording_id": null,
    "artist": "Addaura",
    "artist_ids": [
        "0aa5a29c-4379-4f42-b71f-5a4456213970"
    ],
    "album": "Burning for the Ancient",
    "release_id": "349469c6-9174-4063-b2bd-2a02bf3fd10d",
    "release_group_id": null,
    "labels": [
        "Kreation Records"
    ],
    "label_ids": [],
    "release_date": "2012-02-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Members of Scriptures and The City We Live In; https://addaura.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}