Information about plays

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

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

{
    "id": 3635376,
    "uri": "https://api.kexp.org/v2/plays/3635376/?format=api",
    "airdate": "2026-03-30T00:39:34-07:00",
    "show": 66316,
    "show_uri": "https://api.kexp.org/v2/shows/66316/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc27fbd3-ecb5-4186-8c77-ba26c469548b/22956762980-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc27fbd3-ecb5-4186-8c77-ba26c469548b/22956762980-250.jpg",
    "song": "Clap For Me",
    "track_id": null,
    "recording_id": "8afa5319-1431-4405-b689-4c10a21465ea",
    "artist": "TeZATalks",
    "artist_ids": [
        "f6633c1d-ff9b-4ac9-a3d8-b8c9b56a9aae"
    ],
    "album": "Lactose and THC",
    "release_id": null,
    "release_group_id": "b97cde82-f5c6-4e2b-8904-41afa5ec0b65",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}