Information about plays

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

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

{
    "id": 3572049,
    "uri": "https://api.kexp.org/v2/plays/3572049/?format=api",
    "airdate": "2025-10-31T02:44:49-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-2b708744-6da0-4caf-8ba5-f90be1b0eca8/mbid-2b708744-6da0-4caf-8ba5-f90be1b0eca8-25365346510_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-2b708744-6da0-4caf-8ba5-f90be1b0eca8/mbid-2b708744-6da0-4caf-8ba5-f90be1b0eca8-25365346510_thumb250.jpg",
    "song": "People, I've been sad",
    "track_id": "5165a685-c5f3-42a7-b24b-9ddaf2ea1f13",
    "recording_id": "5b17bbfd-e9cb-4762-8957-c6c3f41d5ba7",
    "artist": "Christine and the Queens",
    "artist_ids": [
        "9c90ffbf-b137-4dee-bfcc-b8010787840d"
    ],
    "album": "People, I've been sad",
    "release_id": "c26c1e05-5fc9-4ed6-96f6-0edb5a7439b0",
    "release_group_id": "70e0607e-7427-496d-a541-41fe018ceff9",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2020-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chris, aka Christine & The Queens, performed an exclusive set for Live on KEXP at Home, back in May 2021. Savor the performance (and delightful interview with DJ Morgan!): https://bit.ly/37Sgu7C.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}