Information about plays

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

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

{
    "id": 3636619,
    "uri": "https://api.kexp.org/v2/plays/3636619/?format=api",
    "airdate": "2026-04-01T22:25:56-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://coverartarchive.org/release/8fc8c213-6de1-4552-8196-1c65989c389d/39411588958-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8fc8c213-6de1-4552-8196-1c65989c389d/39411588958-250.jpg",
    "song": "Pink Moon",
    "track_id": null,
    "recording_id": "d840d505-c0e0-44fe-9c03-3a272cfff88e",
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Pink Moon",
    "release_id": null,
    "release_group_id": "740ec10a-e887-38a6-a04d-fe2069c9e2a7",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1972-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}