Information about plays

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

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

{
    "id": 3638876,
    "uri": "https://api.kexp.org/v2/plays/3638876/?format=api",
    "airdate": "2026-04-07T02:09:47-07:00",
    "show": 66388,
    "show_uri": "https://api.kexp.org/v2/shows/66388/?format=api",
    "image_uri": "https://coverartarchive.org/release/69959f4a-29fd-4867-83ec-bfb4036b30d1/1672879787-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69959f4a-29fd-4867-83ec-bfb4036b30d1/1672879787-250.jpg",
    "song": "Excursions",
    "track_id": null,
    "recording_id": "57c74bef-8c6b-4316-aaa4-8e8e46d759f1",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "The Low End Theory",
    "release_id": null,
    "release_group_id": "c3733436-fcba-3c08-b082-d548df5c5139",
    "labels": [
        "Zomba Records Australia"
    ],
    "label_ids": [
        "a9395a58-8195-4174-ad39-c8b6c1511522"
    ],
    "release_date": "1991-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Another FIRE request going out to Roro & Siobhan listening all the way from Hokkaido!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}