Information about plays

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

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

{
    "id": 3667238,
    "uri": "https://api.kexp.org/v2/plays/3667238/?format=api",
    "airdate": "2026-06-13T06:46:59-07:00",
    "show": 66975,
    "show_uri": "https://api.kexp.org/v2/shows/66975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bare Bones",
    "track_id": null,
    "recording_id": "55287933-4212-421f-87d7-d9e9054928a4",
    "artist": "Arranged in April",
    "artist_ids": [
        "409a31a0-0055-4dc1-94c4-3e6520b8a4be"
    ],
    "album": "It Always Starts Mid Winter",
    "release_id": null,
    "release_group_id": "8499e730-6c2f-4223-93d4-50aeba7b67ce",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}