Information about plays

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

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

{
    "id": 3612240,
    "uri": "https://api.kexp.org/v2/plays/3612240/?format=api",
    "airdate": "2026-02-02T10:39:18-08:00",
    "show": 65822,
    "show_uri": "https://api.kexp.org/v2/shows/65822/?format=api",
    "image_uri": "https://coverartarchive.org/release/c786da8c-149e-4ed6-bfd7-9d966016c4ab/14869120101-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c786da8c-149e-4ed6-bfd7-9d966016c4ab/14869120101-250.jpg",
    "song": "Black Is",
    "track_id": null,
    "recording_id": "074e4c7a-0b32-4c15-8b8c-eb611135655e",
    "artist": "The Last Poets",
    "artist_ids": [
        "9457a08d-a2d0-4f2d-9876-b8870612d54f"
    ],
    "album": "This Is Madness",
    "release_id": null,
    "release_group_id": "f22006bb-dc6a-3493-8bbd-3e4cb52fdd22",
    "labels": [
        "Douglas Music"
    ],
    "label_ids": [
        "feb3d741-bc02-42f7-9dae-87ce5a0ae086"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Before RAP knew its name, there was a group of ambitious young men who reflected the harsh spirit of their times and whose work remains prophetic and inspirational today. The Last Poets started out in the late sixties, speaking out as few other musical groups had, or have since, about racism, poverty and other African American and societal concerns. RAPPERS of the civil rights era, The Last Poets’ charge has been taken up by many contemporary artists who have felt the legendary group’s influence.\" https://www.thelastpoets.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}