Information about plays

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

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

{
    "id": 3564905,
    "uri": "https://api.kexp.org/v2/plays/3564905/?format=api",
    "airdate": "2025-10-14T08:28:52-07:00",
    "show": 64832,
    "show_uri": "https://api.kexp.org/v2/shows/64832/?format=api",
    "image_uri": "https://ia903205.us.archive.org/22/items/mbid-4e88b067-5e67-40a0-88b4-f615ca9d06b1/mbid-4e88b067-5e67-40a0-88b4-f615ca9d06b1-3033877510_thumb500.jpg",
    "thumbnail_uri": "https://ia903205.us.archive.org/22/items/mbid-4e88b067-5e67-40a0-88b4-f615ca9d06b1/mbid-4e88b067-5e67-40a0-88b4-f615ca9d06b1-3033877510_thumb250.jpg",
    "song": "Teenage Wristband",
    "track_id": "8822dc34-52f0-31ba-959a-6d83edb33825",
    "recording_id": "e2c91b2d-af80-4bbe-ab39-5642faa2887f",
    "artist": "The Twilight Singers",
    "artist_ids": [
        "53a4de34-35ca-4ad0-aa4b-67382435ed69"
    ],
    "album": "Blackberry Belle",
    "release_id": "4e88b067-5e67-40a0-88b4-f615ca9d06b1",
    "release_group_id": "0a4bcdfd-3eb1-4d5e-aa5a-266423bd54e8",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2003-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2003, 22 years ago, The Twilight Singers release Blackberry Belle featuring guest appearances by Mathias Schneeberger, Alvin Youngblood Hart, Stanton Moore, Petra Haden, Kamasi Washington and Mark Lanegan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}