Information about plays

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

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

{
    "id": 3638128,
    "uri": "https://api.kexp.org/v2/plays/3638128/?format=api",
    "airdate": "2026-04-05T09:54:16-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Backlash Blues",
    "track_id": null,
    "recording_id": "6ca33d8a-937e-4ec0-944f-5cdbf16b9e57",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Nina Simone Sings the Blues",
    "release_id": null,
    "release_group_id": "3e756ef5-ffa4-3d48-83ae-f7f856a2b989",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}