Information about plays

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

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

{
    "id": 354033,
    "uri": "https://api.kexp.org/v2/plays/354033/?format=api",
    "airdate": "2019-07-13T22:31:43-07:00",
    "show": 5901,
    "show_uri": "https://api.kexp.org/v2/shows/5901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blast Off",
    "track_id": "fe1b9730-3027-3c79-990c-3672c9ec0c1f",
    "recording_id": null,
    "artist": "The Birthday Party",
    "artist_ids": [
        "cbcd4d49-e892-4fc6-a313-35f275a153d2"
    ],
    "album": "Hits",
    "release_id": "02ca6698-0ae4-4079-86e9-c6d7abdfb8e2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nick Cave will be giving a spoken word and musical performance at The Moore Theater on Friday, October 11th. https://www.stgpresents.org/calendar/4979/conversations-with-nick-cave",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}