Information about plays

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

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

{
    "id": 3569953,
    "uri": "https://api.kexp.org/v2/plays/3569953/?format=api",
    "airdate": "2025-10-25T21:00:36-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Zombie Knockout",
    "track_id": "13e8338e-3b33-40e6-bd74-a52205f8d274",
    "recording_id": "c2f85f03-0fd4-4e06-9b41-aa791b2aa40d",
    "artist": "The Stuck-Ups",
    "artist_ids": [
        "bb06c97f-e71d-488d-ab17-6feaf246440c"
    ],
    "album": "Human Doll Express",
    "release_id": "d527321a-b028-40b7-baa9-f98ff4c826ad",
    "release_group_id": "c4ef086c-f006-486c-814f-fbe1925096e8",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "2002-11-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Featuring Tiffany Lee Linnes, who was also in the Billy Childish project, The Buffets.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}