Information about plays

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

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

{
    "id": 3636893,
    "uri": "https://api.kexp.org/v2/plays/3636893/?format=api",
    "airdate": "2026-04-02T14:13:40-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-5b000c19-61a7-4d58-99b7-77994c57258d/mbid-5b000c19-61a7-4d58-99b7-77994c57258d-16261823335_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-5b000c19-61a7-4d58-99b7-77994c57258d/mbid-5b000c19-61a7-4d58-99b7-77994c57258d-16261823335_thumb250.jpg",
    "song": "A Touch of Jazz",
    "track_id": "662d94a0-e25c-3be3-b739-f7271975299a",
    "recording_id": "cc3b784d-5f81-4ff5-ada9-205d5a067403",
    "artist": "D.J. Jazzy Jeff and The Fresh Prince",
    "artist_ids": [
        "a663d7d0-754b-40e2-9ea3-3c6c39fd5937"
    ],
    "album": "Rock the House",
    "release_id": "5b000c19-61a7-4d58-99b7-77994c57258d",
    "release_group_id": "ca85d764-d82f-3fa6-933a-fbff427e5d35",
    "labels": [
        "Jive",
        "Jive Records"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f",
        "da8d046b-01b2-4483-ba93-06653b4a5e23"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Touch of Jazz\" contains samples of \"Westchester Lady\" by Bob James, \"\"T\" Plays It Cool\" by Marvin Gaye, \"Change (Makes You Want to Hustle)\" by Donald Byrd, \"Harlem River Drive\" by Bobbi Humphrey, \"Mister Magic\" by Grover Washington, Jr. and \"Change the Beat (Female Version)\" by Beside.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}