Information about plays

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

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

{
    "id": 3567957,
    "uri": "https://api.kexp.org/v2/plays/3567957/?format=api",
    "airdate": "2025-10-21T08:17:28-07:00",
    "show": 64894,
    "show_uri": "https://api.kexp.org/v2/shows/64894/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talking Reality Television Blues",
    "track_id": "a2b7fda2-c3e2-46d3-bb63-47d5db15a902",
    "recording_id": "49945931-dd56-4919-b175-3aa03fcbbbc3",
    "artist": "Tom Jones",
    "artist_ids": [
        "57c6f649-6cde-48a7-8114-2a200247601a"
    ],
    "album": "Surrounded By Time",
    "release_id": "40233f6c-39e9-408d-8d1b-12cd8154fb1c",
    "release_group_id": "98e5eb66-8b27-4fcb-9ec1-c4cf238f4d54",
    "labels": [
        "S‐Curve Records"
    ],
    "label_ids": [
        "508797d9-e5c3-4376-be2e-30b3bb58eca7"
    ],
    "release_date": "2021-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As we hurdled ever forward towards alternative facts\nThen a show called \"The apprentice\" came on and pretty soon\nAn old man with a comb-over had sold us the moon\nWe stayed tuned in, now here we are\nReality killed by a reality star\n\nHere's a live performance of Talking Reality Television Blues from Shepherd's Bush Empire London in 2021:\nhttps://www.youtube.com/watch?v=CapAoT5EU4U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}