Information about plays

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

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

{
    "id": 3593813,
    "uri": "https://api.kexp.org/v2/plays/3593813/?format=api",
    "airdate": "2025-12-21T04:30:22-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "https://ia800803.us.archive.org/20/items/mbid-1a6fdee5-5250-4d6a-ad39-6cd9721862d7/mbid-1a6fdee5-5250-4d6a-ad39-6cd9721862d7-2702411576_thumb500.jpg",
    "thumbnail_uri": "https://ia800803.us.archive.org/20/items/mbid-1a6fdee5-5250-4d6a-ad39-6cd9721862d7/mbid-1a6fdee5-5250-4d6a-ad39-6cd9721862d7-2702411576_thumb250.jpg",
    "song": "Let Me Die in My Footsteps",
    "track_id": "2538d051-25a2-317c-95d2-0ec364036bd5",
    "recording_id": "6d9b95d0-1b17-48f1-b774-2d2bbe520f00",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Bootleg Series, Volumes 1–3: 1961–1991: Rare and Unreleased",
    "release_id": "1a6fdee5-5250-4d6a-ad39-6cd9721862d7",
    "release_group_id": "695c83f9-0919-32b0-af9a-4e58eaf0411e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1991-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}