Information about plays

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

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

{
    "id": 3575575,
    "uri": "https://api.kexp.org/v2/plays/3575575/?format=api",
    "airdate": "2025-11-08T15:34:06-08:00",
    "show": 65057,
    "show_uri": "https://api.kexp.org/v2/shows/65057/?format=api",
    "image_uri": "https://dn721202.ca.archive.org/0/items/mbid-870bae1a-01ef-4247-91a0-843dd96a6a05/mbid-870bae1a-01ef-4247-91a0-843dd96a6a05-42344267576_thumb500.jpg",
    "thumbnail_uri": "https://ia601200.us.archive.org/2/items/mbid-870bae1a-01ef-4247-91a0-843dd96a6a05/mbid-870bae1a-01ef-4247-91a0-843dd96a6a05-42344267576_thumb250.jpg",
    "song": "cwtch",
    "track_id": "feaf7b47-2df9-4182-b54d-dbc572421972",
    "recording_id": "50692bef-99bd-41f8-96bd-34826d3117e4",
    "artist": "Crushed",
    "artist_ids": [
        "6e95cbcc-57d1-4723-8388-77cb367f6c31"
    ],
    "album": "no scope",
    "release_id": "870bae1a-01ef-4247-91a0-843dd96a6a05",
    "release_group_id": "e427c4c8-8e3b-4ac7-a0c0-abb649737446",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from LA's Crushed!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}