Information about plays

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

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

{
    "id": 3636647,
    "uri": "https://api.kexp.org/v2/plays/3636647/?format=api",
    "airdate": "2026-04-01T23:38:50-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://coverartarchive.org/release/85318fcd-39a9-4e75-b715-6f961a1a8dc6/13483928513-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/85318fcd-39a9-4e75-b715-6f961a1a8dc6/13483928513-250.jpg",
    "song": "Whitey on the Moon",
    "track_id": null,
    "recording_id": "95cd037f-54f8-4e15-85fb-818bcd6a46ad",
    "artist": "Gil Scott‐Heron",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "Small Talk at 125th and Lenox",
    "release_id": null,
    "release_group_id": "ec408b92-2c5e-301e-94ee-2dcfe59cece6",
    "labels": [
        "Flying Dutchman"
    ],
    "label_ids": [
        "39960a95-f48d-4875-9d21-e017685f22e8"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}