Information about plays

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

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

{
    "id": 3558835,
    "uri": "https://api.kexp.org/v2/plays/3558835/?format=api",
    "airdate": "2025-09-28T14:39:42-07:00",
    "show": 64691,
    "show_uri": "https://api.kexp.org/v2/shows/64691/?format=api",
    "image_uri": "https://ia804503.us.archive.org/16/items/mbid-c2175c1e-df6c-4b66-a559-7b73d6ac2d2e/mbid-c2175c1e-df6c-4b66-a559-7b73d6ac2d2e-4784187611_thumb500.jpg",
    "thumbnail_uri": "https://ia804503.us.archive.org/16/items/mbid-c2175c1e-df6c-4b66-a559-7b73d6ac2d2e/mbid-c2175c1e-df6c-4b66-a559-7b73d6ac2d2e-4784187611_thumb250.jpg",
    "song": "What They Do",
    "track_id": "88189385-94e8-3ca5-b9b1-4a6d0b91330b",
    "recording_id": "05979dba-2d9e-443f-9525-f5dc76b826fa",
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Illadelph Halflife",
    "release_id": "c0f0bcff-b4ae-4341-81eb-4c1c7a46eb0b",
    "release_group_id": "6bb001e8-78e1-37bf-9aac-9e47f7dbe8f9",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1996-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philly-based hip hop/neo soul band The Roots formed in 1987. They are the house band for The Tonight Show with Jimmy Fallon (who, coincidentally is also a KEXP donor!)\n\nhttp://www.theroots.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}