Information about plays

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

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

{
    "id": 3627511,
    "uri": "https://api.kexp.org/v2/plays/3627511/?format=api",
    "airdate": "2026-03-10T20:00:37-07:00",
    "show": 66147,
    "show_uri": "https://api.kexp.org/v2/shows/66147/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tilak Shyam",
    "track_id": null,
    "recording_id": "b54d4f4e-4fb0-4822-abdd-c214e85654fd",
    "artist": "Ravi Shankar",
    "artist_ids": [
        "697f8b9f-0454-40f2-bba2-58f35668cdbe"
    ],
    "album": "In Celebration Highlights",
    "release_id": null,
    "release_group_id": "274363d9-c699-31ee-b3b5-eaf47be1895c",
    "labels": [
        "Angel Records"
    ],
    "label_ids": [
        "d65671f6-53c0-4bbb-9415-ae07c8963254"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ravi Shankar Ensemble will be performing across the West Coast next month:\n\nBay Area: April 4th @ Herbst Theatre. Tickets: https://tinyurl.com/vjvhxeuh\n\nSeattle: April 6th @ The Moore. Tickets: https://tinyurl.com/yr6yb3j8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}