Information about plays

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

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

{
    "id": 3632323,
    "uri": "https://api.kexp.org/v2/plays/3632323/?format=api",
    "airdate": "2026-03-22T10:53:33-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/b6096b8e-3607-4e71-951a-a26e57eb21a6/15638591307-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b6096b8e-3607-4e71-951a-a26e57eb21a6/15638591307-250.jpg",
    "song": "Aquarius/Let the Sunshine In",
    "track_id": null,
    "recording_id": null,
    "artist": "The 5th Dimension",
    "artist_ids": [
        "4f1949ab-fefd-4bf3-9317-814084c29cc0"
    ],
    "album": "The Age of Aquarius",
    "release_id": null,
    "release_group_id": "aaee6476-421e-3a09-a343-c63e723b6884",
    "labels": [
        "Soul City"
    ],
    "label_ids": [
        "5c128229-0984-4af5-8a5e-4dd02eb86112"
    ],
    "release_date": "1969-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Two songs written for the musical Hair with the music by Galt McDermott and the Wrecking Crew as session players. The band’s lead singer has seen the musical and knew the band needed to cover these two songs as a combo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}