Information about plays

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

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

{
    "id": 3665878,
    "uri": "https://api.kexp.org/v2/plays/3665878/?format=api",
    "airdate": "2026-06-09T19:04:35-07:00",
    "show": 66947,
    "show_uri": "https://api.kexp.org/v2/shows/66947/?format=api",
    "image_uri": "https://coverartarchive.org/release/be7bbb7f-d531-4413-9bda-ddede2489824/31972644702-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be7bbb7f-d531-4413-9bda-ddede2489824/31972644702-250.jpg",
    "song": "El Invento (Sofia Kourtesis remix)",
    "track_id": null,
    "recording_id": "3460e089-1c86-4c87-aa1d-9f09f5f60da5",
    "artist": "José González",
    "artist_ids": [
        "cd8c5019-5d75-4d5c-bc28-e1e26a7dd5c8"
    ],
    "album": "El Invento EP",
    "release_id": null,
    "release_group_id": "21ff7172-7452-4efe-83c5-c3d855d0e616",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2022-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2022 EP, and remix! On remixing El Invento, Sofia Kourtesis (Peru) says, \"It is a privilege to have been asked by José to do this remix! His voice is as warm and beautiful as a summer night around the people you love the most. He let me dream and fly using his voice! It’s definitely one of my favorite remixes I have ever done.\" https://josgonzlez.bandcamp.com/album/el-invento-remix-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}