Information about plays

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

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

{
    "id": 3630516,
    "uri": "https://api.kexp.org/v2/plays/3630516/?format=api",
    "airdate": "2026-03-18T06:51:41-07:00",
    "show": 66212,
    "show_uri": "https://api.kexp.org/v2/shows/66212/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-a33f9d6e-3d6c-4f95-a864-ba5ab56a839e/mbid-a33f9d6e-3d6c-4f95-a864-ba5ab56a839e-25928390353_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-a33f9d6e-3d6c-4f95-a864-ba5ab56a839e/mbid-a33f9d6e-3d6c-4f95-a864-ba5ab56a839e-25928390353_thumb250.jpg",
    "song": "Margaret Yang's Theme",
    "track_id": "3cb20275-2ec2-3b70-884e-a141716ab7ce",
    "recording_id": "0731cd25-471a-48b2-ae08-21cc738d4806",
    "artist": "Mark Mothersbaugh",
    "artist_ids": [
        "6ff5f720-9fcd-434c-8a62-dc9dd123bde7"
    ],
    "album": "Rushmore",
    "release_id": "a33f9d6e-3d6c-4f95-a864-ba5ab56a839e",
    "release_group_id": "d093ce18-a1d1-3662-a3d0-2ab5a7c3cf54",
    "labels": [
        "Inner-State Recordings",
        "London Records"
    ],
    "label_ids": [
        "70e62918-28c4-48ee-8e09-c3b74a552bf8",
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1999-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the 1998 film \"Rushmore\", directed by Wes Anderson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}