Information about plays

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

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

{
    "id": 3635101,
    "uri": "https://api.kexp.org/v2/plays/3635101/?format=api",
    "airdate": "2026-03-29T11:36:14-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Don't Keep the Door Locked",
    "track_id": null,
    "recording_id": "2433535a-c09e-41e7-902e-459d138ba2ae",
    "artist": "Shinglers",
    "artist_ids": [
        "071df754-8b39-4127-942a-384cdd3d88ae"
    ],
    "album": "Hit the Head!",
    "release_id": null,
    "release_group_id": "4b392467-db9e-46c1-9210-446e1401f5ba",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Austin, TX band are regulars at The White Horse honky tonk in their hometown.\nhttps://shinglersatx.bandcamp.com/album/hit-the-head",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}