Information about plays

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

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

{
    "id": 3553797,
    "uri": "https://api.kexp.org/v2/plays/3553797/?format=api",
    "airdate": "2025-09-16T14:17:10-07:00",
    "show": 64579,
    "show_uri": "https://api.kexp.org/v2/shows/64579/?format=api",
    "image_uri": "https://coverartarchive.org/release/bf14483b-bf13-3737-a2e8-da77ee76e2e5/5853577553-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bf14483b-bf13-3737-a2e8-da77ee76e2e5/5853577553-250.jpg",
    "song": "Marieta",
    "track_id": null,
    "recording_id": "6945571c-9e16-41f7-9e10-01c52fbc072d",
    "artist": "Ibrahim Ferrer",
    "artist_ids": [
        "a61930ae-dfe3-4574-bc5b-b0fa8d8efb62"
    ],
    "album": "Buena Vista Social Club presents Ibrahim Ferrer",
    "release_id": null,
    "release_group_id": "bcdfbb2d-a2e6-381c-8c27-e96eebcb23f5",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "1999-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Ibrahim Ferrer, vocalist in the Buena Vista Social Club.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}