Information about plays

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

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

{
    "id": 3569971,
    "uri": "https://api.kexp.org/v2/plays/3569971/?format=api",
    "airdate": "2025-10-25T21:43:53-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://ia803406.us.archive.org/17/items/mbid-1cf40d3e-9a0d-49dd-b104-974a5c9de5a6/mbid-1cf40d3e-9a0d-49dd-b104-974a5c9de5a6-18227341141_thumb500.jpg",
    "thumbnail_uri": "https://ia903406.us.archive.org/17/items/mbid-1cf40d3e-9a0d-49dd-b104-974a5c9de5a6/mbid-1cf40d3e-9a0d-49dd-b104-974a5c9de5a6-18227341141_thumb250.jpg",
    "song": "Haunted",
    "track_id": "00606e30-5f40-40df-877a-fababe107fbe",
    "recording_id": "44dc6544-5067-4fb8-9cf2-53fbc260e7a9",
    "artist": "Grave Babies",
    "artist_ids": [
        "e473e77b-9519-4136-9e43-7e5520412dd6"
    ],
    "album": "Crusher",
    "release_id": "1cf40d3e-9a0d-49dd-b104-974a5c9de5a6",
    "release_group_id": "a4d02001-ad92-48cd-aae8-8f12071cbea0",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Grave Babies went on hiatus in 2015, but reformed in 2019.  Hope that we get to hear some new stuff from them soon!\n\nhttps://www.hardlyart.com/collections/grave-babies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}