Information about plays

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

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

{
    "id": 3542929,
    "uri": "https://api.kexp.org/v2/plays/3542929/?format=api",
    "airdate": "2025-08-21T16:04:24-07:00",
    "show": 64349,
    "show_uri": "https://api.kexp.org/v2/shows/64349/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-a8ac30a7-cf63-4a43-977d-2b46ddbb0b93/mbid-a8ac30a7-cf63-4a43-977d-2b46ddbb0b93-15449378645_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-a8ac30a7-cf63-4a43-977d-2b46ddbb0b93/mbid-a8ac30a7-cf63-4a43-977d-2b46ddbb0b93-15449378645_thumb250.jpg",
    "song": "Let Them Knock",
    "track_id": "45335331-4a55-3a77-a7b4-50481cbdf54d",
    "recording_id": "9076299c-ffce-4652-bf4f-2318a5d892d5",
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "100 Days, 100 Nights",
    "release_id": "a8ac30a7-cf63-4a43-977d-2b46ddbb0b93",
    "release_group_id": "bdb590c8-6fd7-3a98-b7d8-4f8b2ba2cd5f",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2007-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sharon Jones passed away in November 2016 to pancreatic cancer.\n\nhttps://sharonjonesandthedapkings.com/about\n\nhttps://www.fredhutch.org/en/diseases/pancreatic-cancer.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}