Information about plays

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

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

{
    "id": 3638259,
    "uri": "https://api.kexp.org/v2/plays/3638259/?format=api",
    "airdate": "2026-04-05T16:29:15-07:00",
    "show": 66375,
    "show_uri": "https://api.kexp.org/v2/shows/66375/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-6d73360d-75dd-3d58-a59f-119d63dcd304/mbid-6d73360d-75dd-3d58-a59f-119d63dcd304-17762645346_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/0/items/mbid-6d73360d-75dd-3d58-a59f-119d63dcd304/mbid-6d73360d-75dd-3d58-a59f-119d63dcd304-17762645346_thumb250.jpg",
    "song": "Doing the Unstuck",
    "track_id": "7f5d37df-e62d-3d24-85d9-7f3868d5a77d",
    "recording_id": "9ef99e83-b4bc-4da9-bda7-948197ba6772",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Wish",
    "release_id": "6d73360d-75dd-3d58-a59f-119d63dcd304",
    "release_group_id": "88154914-4f14-355c-8066-b3cecd38c42c",
    "labels": [
        "Fiction"
    ],
    "label_ids": [
        "df7d4cc5-e131-43a3-a398-5322ceded8bc"
    ],
    "release_date": "1992-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It’s a perfect day for making out\nTo wake up with a smile\nWithout a doubt\nTo burst grin giggle bliss skip jump sing and shout\nLet’s get happy!\"\nhttps://www.thecure.com/lyrics/doing-the-unstuck/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}