Information about plays

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

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

{
    "id": 3621763,
    "uri": "https://api.kexp.org/v2/plays/3621763/?format=api",
    "airdate": "2026-02-24T16:14:53-08:00",
    "show": 66021,
    "show_uri": "https://api.kexp.org/v2/shows/66021/?format=api",
    "image_uri": "https://ia903208.us.archive.org/13/items/mbid-992de57f-08e5-4eab-a360-25daefa622ce/mbid-992de57f-08e5-4eab-a360-25daefa622ce-16291755302_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/13/items/mbid-992de57f-08e5-4eab-a360-25daefa622ce/mbid-992de57f-08e5-4eab-a360-25daefa622ce-16291755302_thumb250.jpg",
    "song": "Set the Controls for the Heart of the Pelvis",
    "track_id": "1257cc96-758f-34f3-9dc6-6bf9a30efeaa",
    "recording_id": "38e36283-188a-4934-a072-c6fe34aae59e",
    "artist": "Barry Adamson",
    "artist_ids": [
        "a50a1afa-23eb-4ba6-9faf-5dec260898ca"
    ],
    "album": "Oedipus Schmoedipus",
    "release_id": "992de57f-08e5-4eab-a360-25daefa622ce",
    "release_group_id": "bd3f1efd-d700-34e5-86f4-f528dcf25264",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1996-07-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jarvis Cocker of Pulp cowrote and sang on this song from the 1996 album from Barry Adamson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}