Information about plays

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

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

{
    "id": 3639489,
    "uri": "https://api.kexp.org/v2/plays/3639489/?format=api",
    "airdate": "2026-04-08T14:14:14-07:00",
    "show": 66400,
    "show_uri": "https://api.kexp.org/v2/shows/66400/?format=api",
    "image_uri": "https://dn710902.ca.archive.org/0/items/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d-23429127260_thumb500.jpg",
    "thumbnail_uri": "https://dn710902.ca.archive.org/0/items/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d-23429127260_thumb250.jpg",
    "song": "Gimmie Gimmie Gimmie",
    "track_id": "cc8a521c-72af-329c-8772-03dc1f533a71",
    "recording_id": "fa0f2c34-433e-4bc4-9e1e-75ae7eb76d5f",
    "artist": "Black Flag",
    "artist_ids": [
        "9941a936-196a-4a62-ae53-a69cbc33f20e"
    ],
    "album": "Damaged",
    "release_id": "a3b1d148-d444-3f6a-84a6-add7c21b698d",
    "release_group_id": "2cf40300-0f67-3136-9b84-57104f1f7a50",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1988-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Damaged\" was the first album by Black Flag that featured Henry Rollins on vocals. \n--\nRollins sang at a show for the first time at a Bad Brains show in NYC, when Black Flag gave him the mic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}