Information about plays

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

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

{
    "id": 3656168,
    "uri": "https://api.kexp.org/v2/plays/3656168/?format=api",
    "airdate": "2026-05-17T23:21:01-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a92c3d9-5bb1-4aae-afa5-f74aa59a0eb6/44456657069-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a92c3d9-5bb1-4aae-afa5-f74aa59a0eb6/44456657069-250.jpg",
    "song": "Mother Cell",
    "track_id": null,
    "recording_id": "79806103-6bbf-4eee-9539-2dc71ae283da",
    "artist": "Alix Perez",
    "artist_ids": [
        "53d47497-63eb-4769-9013-5e34740a7e2d"
    ],
    "album": "Sabotage",
    "release_id": null,
    "release_group_id": "e15d8f7e-c081-4784-9ae8-f05e4e333a0c",
    "labels": [
        "1985 Music"
    ],
    "label_ids": [
        "a5bfec28-ea8f-426d-ab23-e14aa692c9b5"
    ],
    "release_date": "2026-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://alixperez.bandcamp.com/album/alix-perez-sabotage-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}