Information about plays

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

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

{
    "id": 3639668,
    "uri": "https://api.kexp.org/v2/plays/3639668/?format=api",
    "airdate": "2026-04-09T01:06:37-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5589cf4-e396-4c79-9a27-9f020e39e363/1876766260-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5589cf4-e396-4c79-9a27-9f020e39e363/1876766260-250.jpg",
    "song": "Finley’s Rainbow (Slow Motion mix)",
    "track_id": null,
    "recording_id": "5b384c7a-4861-4ae9-90ac-82c4d55c0292",
    "artist": "A Guy Called Gerald feat. Finley Quaye",
    "artist_ids": [
        "b343730d-a34e-44d5-9191-a83f00231716",
        "e6fbff56-aee6-4f80-8f6f-d8c345694074"
    ],
    "album": "Black Secret Technology",
    "release_id": null,
    "release_group_id": "13ca213d-548e-31db-a314-427a3a688c16",
    "labels": [
        "Juice Box"
    ],
    "label_ids": [
        "a5af66ae-3a21-4185-8b2a-347295a23d0b"
    ],
    "release_date": "1995-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}