Information about plays

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

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

{
    "id": 372996,
    "uri": "https://api.kexp.org/v2/plays/372996/?format=api",
    "airdate": "2019-08-27T13:38:59-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sponge",
    "track_id": "6d1bb15b-bb5c-3568-aad5-4e123c1b36a9",
    "recording_id": null,
    "artist": "Vic Chesnutt",
    "artist_ids": [
        "b07cdbbe-421e-418a-bbb7-ce0d8d53bfa8"
    ],
    "album": "West of Rome",
    "release_id": "d8bb86d2-4198-4169-a2dc-1a2270d6943e",
    "release_group_id": null,
    "labels": [
        "Texas Hotel"
    ],
    "label_ids": [
        "e7eccaa4-e2b7-4a02-9754-93029bdcd230"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neil writes that these songs are organized to suggest \"a long night of the soul...a journey of self-doubt, confusion, despair,  nostalgia, dreaming, acceptance, rebirth and existential epiphany.\": https://mail.google.com/mail/u/0/#inbox/FMfcgxwDqxGPMPpqCZkzwrcnlbGmPjGZ  Here are the lyrics to Vic Chesnutt's \"Sponge\":  https://songmeanings.com/songs/view/3530822107859102536/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}