Information about plays

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

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

{
    "id": 3561424,
    "uri": "https://api.kexp.org/v2/plays/3561424/?format=api",
    "airdate": "2025-10-04T23:09:50-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://ia800203.us.archive.org/4/items/mbid-38cf5b55-759d-4f38-871d-1c729f65815f/mbid-38cf5b55-759d-4f38-871d-1c729f65815f-13366317753_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/4/items/mbid-38cf5b55-759d-4f38-871d-1c729f65815f/mbid-38cf5b55-759d-4f38-871d-1c729f65815f-13366317753_thumb250.jpg",
    "song": "Bullet",
    "track_id": "594ee290-5bef-3b7a-bff6-4f586bad168b",
    "recording_id": "a2c12bbf-69b0-4ced-8165-fc7422bdb66c",
    "artist": "Misfits",
    "artist_ids": [
        "936addc3-91aa-49de-8ec0-0dc186de151f"
    ],
    "album": "Static Age",
    "release_id": "38cf5b55-759d-4f38-871d-1c729f65815f",
    "release_group_id": "3830954a-ffaf-3bde-b92f-93d8976d7876",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1997-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bullet\" references the 1963 assassination of John F. Kennedy, with sexually explicit lyrics directed at his wife Jacqueline Kennedy Onassis.\n\nhttps://www.misfits.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}