Information about plays

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

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

{
    "id": 3556784,
    "uri": "https://api.kexp.org/v2/plays/3556784/?format=api",
    "airdate": "2025-09-23T15:35:42-07:00",
    "show": 64642,
    "show_uri": "https://api.kexp.org/v2/shows/64642/?format=api",
    "image_uri": "https://ia600409.us.archive.org/2/items/mbid-830ba33a-c6f9-4107-a618-ad8102f633bd/mbid-830ba33a-c6f9-4107-a618-ad8102f633bd-2834134688_thumb500.jpg",
    "thumbnail_uri": "https://ia800409.us.archive.org/2/items/mbid-830ba33a-c6f9-4107-a618-ad8102f633bd/mbid-830ba33a-c6f9-4107-a618-ad8102f633bd-2834134688_thumb250.jpg",
    "song": "Giant Steps (alternate take)",
    "track_id": "e3354f00-0d42-33c5-b882-e59980744d0e",
    "recording_id": "f0346c7b-48de-446b-b7ed-a9bbc926a246",
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "Giant Steps",
    "release_id": "830ba33a-c6f9-4107-a618-ad8102f633bd",
    "release_group_id": "2cdca11d-3e45-3152-93e5-4d2a4ddb1bc6",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1986-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1926, American jazz saxophonist, composer, and legend, John Coltrane!\n\nRead more about the life and legacy of Coltrane here:\nhttps://www.johncoltrane.com/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}