Information about plays

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

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

{
    "id": 3561334,
    "uri": "https://api.kexp.org/v2/plays/3561334/?format=api",
    "airdate": "2025-10-04T19:35:56-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://ia800508.us.archive.org/22/items/mbid-e2797425-e8f1-4917-8e86-1ea0f5ec963c/mbid-e2797425-e8f1-4917-8e86-1ea0f5ec963c-36432426422_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-e2797425-e8f1-4917-8e86-1ea0f5ec963c/mbid-e2797425-e8f1-4917-8e86-1ea0f5ec963c-36432426422_thumb250.jpg",
    "song": "Josh Has a Crush on a Femme From Reed",
    "track_id": "148a8d05-2128-31ef-a0ad-f73e650f5ef4",
    "recording_id": "65ff3a52-cdea-4109-b7b9-21ca2d415631",
    "artist": "New Bad Things",
    "artist_ids": [
        "7a8ed6c2-205d-4a8d-a26a-2eba10f89cf8"
    ],
    "album": "¡Freewheel!",
    "release_id": "e2797425-e8f1-4917-8e86-1ea0f5ec963c",
    "release_group_id": "9dd69be8-2cde-37e3-b426-24eeac439d6d",
    "labels": [
        "Candy-Ass Records"
    ],
    "label_ids": [
        "3c3d0b6a-5e5b-4f91-925a-46dc14d4cc57"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New Bad Things were a Portland, Oregon, indie rock band active during the 1990s. \n\nhttps://newbadthings.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}