Information about plays

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

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

{
    "id": 3574357,
    "uri": "https://api.kexp.org/v2/plays/3574357/?format=api",
    "airdate": "2025-11-05T15:30:46-08:00",
    "show": 65030,
    "show_uri": "https://api.kexp.org/v2/shows/65030/?format=api",
    "image_uri": "https://ia800200.us.archive.org/0/items/mbid-a1bc4fe3-bebd-4f1f-b492-06e0d3d86b55/mbid-a1bc4fe3-bebd-4f1f-b492-06e0d3d86b55-22405074914_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/0/items/mbid-a1bc4fe3-bebd-4f1f-b492-06e0d3d86b55/mbid-a1bc4fe3-bebd-4f1f-b492-06e0d3d86b55-22405074914_thumb250.jpg",
    "song": "I'm Ready",
    "track_id": "9df0c291-dbaa-4e99-8318-7f93cedf0d3f",
    "recording_id": "d2a76aff-e4d2-44d1-a7d1-ccb18056df0f",
    "artist": "John Lee Hooker",
    "artist_ids": [
        "b0122194-c49a-46a1-ade7-84d1d76bd8e9"
    ],
    "album": "I’m Ready: The Modern Story",
    "release_id": "a1bc4fe3-bebd-4f1f-b492-06e0d3d86b55",
    "release_group_id": "7253a354-268b-45de-bb84-cc30ca19d592",
    "labels": [
        "One Day Music"
    ],
    "label_ids": [
        "19e208f4-0334-4949-ad4f-12e4b7240eea"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "He was born in Clarksdale, Mississippi in 1917.  Here's a National Endowment of the Arts biography of the great John Lee Hooker: https://www.arts.gov/honors/heritage/john-lee-hooker",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}