Information about plays

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

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

{
    "id": 3545460,
    "uri": "https://api.kexp.org/v2/plays/3545460/?format=api",
    "airdate": "2025-08-27T10:55:51-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://ia601503.us.archive.org/35/items/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d-23429127260_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/35/items/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d-23429127260_thumb250.jpg",
    "song": "Rise Above",
    "track_id": "0830b177-3528-3dcd-aaa4-4099597e99e7",
    "recording_id": "aff08032-4540-45c4-b047-1d7c4d8edeaf",
    "artist": "Black Flag",
    "artist_ids": [
        "9941a936-196a-4a62-ae53-a69cbc33f20e"
    ],
    "album": "Damaged",
    "release_id": "a3b1d148-d444-3f6a-84a6-add7c21b698d",
    "release_group_id": "2cf40300-0f67-3136-9b84-57104f1f7a50",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1988-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Matt in Magnolia:\n\n\"Hey, ho - let's go; KEXP!! On this day of Amplifier love, in these troubling times... I would like to request Black Flags 'Rise Above' ...please.\n\nFor the love of music, and acknowledging how important KEXP and the community it creates remains. Now and into the future.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}