Information about plays

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

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

{
    "id": 3672308,
    "uri": "https://api.kexp.org/v2/plays/3672308/?format=api",
    "airdate": "2026-06-25T07:53:13-07:00",
    "show": 67082,
    "show_uri": "https://api.kexp.org/v2/shows/67082/?format=api",
    "image_uri": "https://ia601508.us.archive.org/4/items/mbid-86b5fce4-edcd-4a46-a044-db513511f2e5/mbid-86b5fce4-edcd-4a46-a044-db513511f2e5-8044408602_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-86b5fce4-edcd-4a46-a044-db513511f2e5/mbid-86b5fce4-edcd-4a46-a044-db513511f2e5-8044408602_thumb250.jpg",
    "song": "Spirit in the Sky",
    "track_id": "293ea83a-a8d1-38d8-96a0-1dadea135766",
    "recording_id": "b2823384-7ee0-4cb3-942a-f93b52cb5389",
    "artist": "Norman Greenbaum",
    "artist_ids": [
        "8f6ade41-0e4d-477c-9ef7-42591fed1133"
    ],
    "album": "Spirit in the Sky",
    "release_id": "86b5fce4-edcd-4a46-a044-db513511f2e5",
    "release_group_id": "ec530a53-897b-318e-8f0d-c46b2c031875",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Norman Greenbaum's band \"Dr. West's Medicine Show and Junk Band\" almost had a hit with the novelty track \"The Eggplant That Ate Chicago,\" in which an eggplant from outer space... eats Chicago!\n\nReleased in December 1969. 56 years later \"Spirit in the Sky\" got the music video treatment.\n\nhttps://youtu.be/YqYN-1vMM9k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}