Information about plays

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

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

{
    "id": 3523731,
    "uri": "https://api.kexp.org/v2/plays/3523731/?format=api",
    "airdate": "2025-07-07T02:44:47-07:00",
    "show": 63944,
    "show_uri": "https://api.kexp.org/v2/shows/63944/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbe5f10d-2581-4201-aef0-b6e9513b2d95/13527532713-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fbe5f10d-2581-4201-aef0-b6e9513b2d95/13527532713-250.jpg",
    "song": "Quiet Village",
    "track_id": null,
    "recording_id": "9873fe45-f5c8-487f-8ec5-d3d0b9f75dec",
    "artist": "Lalo Schifrin",
    "artist_ids": [
        "adf017f5-76d6-4d31-b1b9-a0211675e7c2"
    ],
    "album": "Black Widow",
    "release_id": null,
    "release_group_id": "ea7bb4b6-b2e5-354c-8d27-bf677fb433bb",
    "labels": [
        "CTI"
    ],
    "label_ids": [
        "22c2dace-f7a2-4a1e-8e75-fd60c70f1808"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rest in Power to the Argentine-American pianist, composer, arranger",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}