Information about plays

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

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

{
    "id": 3632463,
    "uri": "https://api.kexp.org/v2/plays/3632463/?format=api",
    "airdate": "2026-03-22T18:03:38-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "https://coverartarchive.org/release/fc6efc58-f2da-3a4c-bfb4-c0c0156c0614/2634568408-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fc6efc58-f2da-3a4c-bfb4-c0c0156c0614/2634568408-250.jpg",
    "song": "We Live in Brooklyn Baby",
    "track_id": null,
    "recording_id": "80bfb0ef-1735-4a54-980f-4944402eda77",
    "artist": "Roy Ayers Ubiquity",
    "artist_ids": [
        "d1501f92-f523-4e95-a787-432875c8d6dc"
    ],
    "album": "He’s Coming",
    "release_id": null,
    "release_group_id": "aeac3119-8642-36ff-b75a-8284be28a72c",
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"We Live in Brooklyn Baby\" is from Roy Ayers Ubiquity's 1972 album He's Coming.\n\nIn the early 1970s, Ayers formed his own band, Roy Ayers Ubiquity, a name he chose because ubiquity meant a state of being everywhere at the same time. Ayers was responsible for the highly regarded soundtrack to Jack Hill's 1973 blaxploitation film Coffy, which starred Pam Grier.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}