Information about plays

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

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

{
    "id": 3637057,
    "uri": "https://api.kexp.org/v2/plays/3637057/?format=api",
    "airdate": "2026-04-02T23:40:58-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Traffic Lights",
    "track_id": null,
    "recording_id": "b3112eca-c561-459b-95d1-4ee0de184fb8",
    "artist": "Flea feat. Thom Yorke",
    "artist_ids": [
        "2dc7a305-7a8c-4fcc-add4-5e9def0a9a0d",
        "8ed2e0b3-aa4c-4e13-bec3-dc7393ed4d6b"
    ],
    "album": "Traffic Lights",
    "release_id": null,
    "release_group_id": "e7558b86-a3be-4a6d-9970-f97933aa1615",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2026-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}