Information about plays

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

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

{
    "id": 3553795,
    "uri": "https://api.kexp.org/v2/plays/3553795/?format=api",
    "airdate": "2025-09-16T14:12:26-07:00",
    "show": 64579,
    "show_uri": "https://api.kexp.org/v2/shows/64579/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f12cefd-6f6e-4825-9c7b-49ec7df6e046/25848080207-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f12cefd-6f6e-4825-9c7b-49ec7df6e046/25848080207-250.jpg",
    "song": "Cumbanchero",
    "track_id": null,
    "recording_id": "6354f010-2c67-4a8e-a7f7-afd32202e43e",
    "artist": "Rubén González",
    "artist_ids": [
        "861dbed8-5662-4778-9eca-3abb2245710e"
    ],
    "album": "Introducing… Rubén González",
    "release_id": null,
    "release_group_id": "ab6fd999-d1a9-3777-bf5e-9c6926f0153c",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "1997-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Ruben Gonzalez, the brilliant Cuban pianist of the Buena Vista Social Club.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}