Information about plays

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

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

{
    "id": 3604717,
    "uri": "https://api.kexp.org/v2/plays/3604717/?format=api",
    "airdate": "2026-01-15T15:25:07-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jesus Can Work It Out",
    "track_id": null,
    "recording_id": "c82552b9-4e6e-4a46-9b79-981024cc1ec8",
    "artist": "Dr. Charles G. Hayes, Cosmopolitan Church Choir",
    "artist_ids": [],
    "album": "Jesus Can Work It Out",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Savoy"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the official video of the chart-topping song from Chicago's very own Dr. Charles G. Hayes and the Warriors feat. Stellar vocalist of the year Dianne Williams called \"Jesus Can Work It Out!\": https://www.youtube.com/watch?v=YPiA_Fb5XEQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}