Information about plays

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

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

{
    "id": 3630757,
    "uri": "https://api.kexp.org/v2/plays/3630757/?format=api",
    "airdate": "2026-03-18T20:54:38-07:00",
    "show": 66217,
    "show_uri": "https://api.kexp.org/v2/shows/66217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Progreso",
    "track_id": null,
    "recording_id": null,
    "artist": "Lorelle Meets the Obsolete",
    "artist_ids": [
        "0e826d93-0b1c-46c9-b1ce-d3b5a8e567ca"
    ],
    "album": "Corporeal",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sonic Cathedral"
    ],
    "label_ids": [],
    "release_date": "2026-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Corporeal' by Mexico City group Lorelle Meets the Obsolete releases May 1, 2026",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}