Information about plays

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

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

{
    "id": 3637776,
    "uri": "https://api.kexp.org/v2/plays/3637776/?format=api",
    "airdate": "2026-04-04T16:17:06-07:00",
    "show": 66366,
    "show_uri": "https://api.kexp.org/v2/shows/66366/?format=api",
    "image_uri": "https://dn710906.ca.archive.org/0/items/mbid-d7c3a371-bdeb-4e31-85e8-acf3ce0ccfae/mbid-d7c3a371-bdeb-4e31-85e8-acf3ce0ccfae-15859167577_thumb500.jpg",
    "thumbnail_uri": "https://dn710906.ca.archive.org/0/items/mbid-d7c3a371-bdeb-4e31-85e8-acf3ce0ccfae/mbid-d7c3a371-bdeb-4e31-85e8-acf3ce0ccfae-15859167577_thumb250.jpg",
    "song": "I’m Qualified to Satisfy You",
    "track_id": "b515182e-9d46-30bc-bfeb-f5deeeedaea9",
    "recording_id": "c0641e38-96ac-4269-b61a-c8e708e50156",
    "artist": "The Dirtbombs",
    "artist_ids": [
        "49d68d0c-cfe4-4adb-abe5-64cb50671070"
    ],
    "album": "Ultraglide in Black",
    "release_id": "d7c3a371-bdeb-4e31-85e8-acf3ce0ccfae",
    "release_group_id": "d2f4b682-3a54-3cde-aafd-2cb81ff5d762",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2001-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dirtbombs are a Detroit-based garage rock band formed in 1992 by frontman Mick Collins (formerly of The Gories).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}