Information about plays

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

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

{
    "id": 3588889,
    "uri": "https://api.kexp.org/v2/plays/3588889/?format=api",
    "airdate": "2025-12-09T11:23:29-08:00",
    "show": 65331,
    "show_uri": "https://api.kexp.org/v2/shows/65331/?format=api",
    "image_uri": "https://ia601200.us.archive.org/2/items/mbid-2fdf0728-010f-41a7-9f91-a45f9c1ef16e/mbid-2fdf0728-010f-41a7-9f91-a45f9c1ef16e-41603158000_thumb500.jpg",
    "thumbnail_uri": "https://ia801200.us.archive.org/2/items/mbid-2fdf0728-010f-41a7-9f91-a45f9c1ef16e/mbid-2fdf0728-010f-41a7-9f91-a45f9c1ef16e-41603158000_thumb250.jpg",
    "song": "You Used to Be So Sexy",
    "track_id": "5a589e78-a80f-4be6-aa4e-e77b8ef12bbc",
    "recording_id": "56eb4c55-7d8e-4f4c-b983-0bc9a8326f24",
    "artist": "PUNCHBAG",
    "artist_ids": [
        "bc08d9c6-e5f3-4e58-a09a-d97edbf149f2"
    ],
    "album": "I’m Not Your Punchbag",
    "release_id": "2fdf0728-010f-41a7-9f91-a45f9c1ef16e",
    "release_group_id": "59ed4a0e-9e54-4bcc-b1d5-7c11cbb724e1",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2025-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "PUNCHBAG is South London sibling duo Clara and Anders Bach. \nGo here to purchase their powerful debut EP, \"I'm Not Your Punchbag\": https://punchbagpunchbag.bandcamp.com/album/i-m-not-your-punchbag-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}