Information about plays

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

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

{
    "id": 3624129,
    "uri": "https://api.kexp.org/v2/plays/3624129/?format=api",
    "airdate": "2026-03-01T20:37:14-08:00",
    "show": 66065,
    "show_uri": "https://api.kexp.org/v2/shows/66065/?format=api",
    "image_uri": "https://coverartarchive.org/release/a673f7ed-c1bd-416b-b678-6ed8cdd2b1bd/32624041912-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a673f7ed-c1bd-416b-b678-6ed8cdd2b1bd/32624041912-250.jpg",
    "song": "Spring Ain't Here",
    "track_id": null,
    "recording_id": "2ac11530-e83b-485a-ab9c-e3b876b05ea1",
    "artist": "Pat Metheny Group",
    "artist_ids": [
        "66a7f1f8-0ad6-4e3a-9346-a643e2739a8c"
    ],
    "album": "Letter From Home",
    "release_id": null,
    "release_group_id": "e3241a46-b18f-3f40-808a-11d5dccdec9e",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1989-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pat Metheny Group released \"Spring Ain't Here\" on the 1989 album Letter from Home.\n\nLetter From Home is the sixth studio album by the Pat Metheny Group. Released in 1989 by Geffen Records, the album won the Grammy Award for Best Jazz Fusion Performance in 1990, and it was certified gold by the RIAA on July 23, 1998.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}