Information about plays

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

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

{
    "id": 3634117,
    "uri": "https://api.kexp.org/v2/plays/3634117/?format=api",
    "airdate": "2026-03-27T03:24:23-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "https://coverartarchive.org/release/015a85a6-4f48-49d7-9732-1dae44969ae8/42858528665-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/015a85a6-4f48-49d7-9732-1dae44969ae8/42858528665-250.jpg",
    "song": "You Got It All",
    "track_id": null,
    "recording_id": "332b9b62-61a0-4f82-bc71-69b9de0b3015",
    "artist": "The Jets",
    "artist_ids": [
        "92a415d7-4478-4091-9f23-81b61b80b9b2"
    ],
    "album": "The Jets",
    "release_id": null,
    "release_group_id": "b6d2f03d-6e2c-32eb-aaae-4855482aede1",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Producer, engineer, and songwriter David Z aka David Rivkin (who's younger brother Bobby Z was the original drummer in Prince's band The Revolution) was part of Lipps, Inc. and produced The Jets self-title 1985 debut album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}