Information about plays

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

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

{
    "id": 3638586,
    "uri": "https://api.kexp.org/v2/plays/3638586/?format=api",
    "airdate": "2026-04-06T10:24:17-07:00",
    "show": 66383,
    "show_uri": "https://api.kexp.org/v2/shows/66383/?format=api",
    "image_uri": "https://dn710605.ca.archive.org/0/items/mbid-780823a5-a852-4958-bcb3-b291ceb66ea1/mbid-780823a5-a852-4958-bcb3-b291ceb66ea1-2973789684_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-780823a5-a852-4958-bcb3-b291ceb66ea1/mbid-780823a5-a852-4958-bcb3-b291ceb66ea1-2973789684_thumb250.jpg",
    "song": "Waitin’ for a Superman",
    "track_id": "374a375d-89c1-3520-bcab-de73cb9eadf3",
    "recording_id": "f06ce647-2f79-4415-9251-acb74cc26fa8",
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "The Soft Bulletin",
    "release_id": "780823a5-a852-4958-bcb3-b291ceb66ea1",
    "release_group_id": "1a021034-95d1-3a2d-bdca-73b25e455e49",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1999-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Soft Bulletin is the ninth studio album by The Flaming Lips, released in 1999. - \n\nhttps://www.flaminglips.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}