Information about plays

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

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

{
    "id": 3548867,
    "uri": "https://api.kexp.org/v2/plays/3548867/?format=api",
    "airdate": "2025-09-04T14:41:39-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://ia902906.us.archive.org/13/items/mbid-7379b62c-66da-4568-b9b6-33119d4e92e2/mbid-7379b62c-66da-4568-b9b6-33119d4e92e2-2980524268_thumb500.jpg",
    "thumbnail_uri": "https://ia802906.us.archive.org/13/items/mbid-7379b62c-66da-4568-b9b6-33119d4e92e2/mbid-7379b62c-66da-4568-b9b6-33119d4e92e2-2980524268_thumb250.jpg",
    "song": "What We All Want",
    "track_id": "d09cf00d-d893-3713-b7b2-f7afc6ed2f60",
    "recording_id": "d5a82be2-3391-4538-9329-4255a17b1f17",
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Live at KEXP, Volume Two",
    "release_id": "7379b62c-66da-4568-b9b6-33119d4e92e2",
    "release_group_id": "1120fbef-0db6-3bc5-bcb3-1c345dd7b0c6",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Gang of Four's Dave Allen, who died earlier this year at age 69: https://pitchfork.com/news/gang-of-four-bassist-dave-allen-dies-at-69/\n--\nHere's a live performance of \"What We All Want\": https://www.reddit.com/r/postpunk/comments/1iqbq22/gang_of_four_what_we_all_want/\n--\nMoby interpolated the hook from this song for \"Bodyrock.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}