Information about plays

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

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

{
    "id": 3624256,
    "uri": "https://api.kexp.org/v2/plays/3624256/?format=api",
    "airdate": "2026-03-02T03:46:46-08:00",
    "show": 66069,
    "show_uri": "https://api.kexp.org/v2/shows/66069/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nature Boy",
    "track_id": "c2ee42d3-faa3-3675-b6c4-c6055bd5858d",
    "recording_id": "8da237bb-b6c7-4724-91c3-fb3f8fa1439f",
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Abattoir Blues / The Lyre of Orpheus",
    "release_id": "206c6806-2254-3565-a0c4-6731700d4a12",
    "release_group_id": "f0ffb9ec-fcb5-3e03-9a1b-3f018472d831",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2004-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"My father said, don't look away...You got to be strong, you got to be bold, now...He said, that in the end it is beauty...That is going to save the world, now...\": https://genius.com/Nick-cave-and-the-bad-seeds-nature-boy-lyrics  Here's the official music video for this song: https://www.youtube.com/watch?v=JquzYr-5bE4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}