Information about plays

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

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

{
    "id": 3608948,
    "uri": "https://api.kexp.org/v2/plays/3608948/?format=api",
    "airdate": "2026-01-25T11:44:15-08:00",
    "show": 65751,
    "show_uri": "https://api.kexp.org/v2/shows/65751/?format=api",
    "image_uri": "https://coverartarchive.org/release/eed06bc5-abe0-4589-95a5-bbd3de461feb/25986474187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eed06bc5-abe0-4589-95a5-bbd3de461feb/25986474187-250.jpg",
    "song": "I’ve Been Down So Long (It Looks Like Up to Me)",
    "track_id": null,
    "recording_id": "7bad7273-b682-4a15-a17c-a1b5d50e4404",
    "artist": "Nancy Sinatra & Lee Hazlewood",
    "artist_ids": [
        "c2e36518-9c3b-4dcb-82ad-a3fc7fe99c67",
        "56d9908f-548e-40c1-837f-cd006d79d3a0"
    ],
    "album": "Nancy & Lee",
    "release_id": null,
    "release_group_id": "c47e5ce4-ac05-3474-b53b-5252da7b536f",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nancy’s father Frank introduced her to producer Lee Hazelwood in the hopes of having some success, and the duo’s contrasting light and dark vibes went on to be a commercial hit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}