Information about plays

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

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

{
    "id": 3622585,
    "uri": "https://api.kexp.org/v2/plays/3622585/?format=api",
    "airdate": "2026-02-26T14:57:58-08:00",
    "show": 66036,
    "show_uri": "https://api.kexp.org/v2/shows/66036/?format=api",
    "image_uri": "https://coverartarchive.org/release/b8d392bf-eeed-4dca-84e1-a7ae2b2beb83/22914987994-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b8d392bf-eeed-4dca-84e1-a7ae2b2beb83/22914987994-250.jpg",
    "song": "Peter Gunn",
    "track_id": null,
    "recording_id": "a866f452-e581-4fdb-9805-a173fef77d66",
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Big Beat From Badsville",
    "release_id": null,
    "release_group_id": "b322c1d8-15f7-3133-ab9f-823fb8fd93c6",
    "labels": [
        "Vengeance Records"
    ],
    "label_ids": [
        "ac3153e3-bcb8-4308-af36-e7a1726b707c"
    ],
    "release_date": "1997-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Nico in Oakland!\n--\n\"Peter Gunn\" is the theme music composed by Henry Mancini for the television show of the same name.The song was the opening track on the original soundtrack album, The Music from Peter Gunn, released by RCA Victor in 1959 Mancini won an Emmy Award and two Grammys for Album of the Year and Best Arrangement.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}