Information about plays

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

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

{
    "id": 3593181,
    "uri": "https://api.kexp.org/v2/plays/3593181/?format=api",
    "airdate": "2025-12-19T18:42:18-08:00",
    "show": 65421,
    "show_uri": "https://api.kexp.org/v2/shows/65421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Husbands",
    "track_id": "fcc5a2f1-0033-4d14-b299-803533728943",
    "recording_id": "3b8f97ce-12ad-4ae9-a39f-0e7ffd91da5d",
    "artist": "Geese",
    "artist_ids": [
        "e0c97a4d-c392-41a9-a374-57af3e3eeab3"
    ],
    "album": "Getting Killed",
    "release_id": "0bf006ce-45a5-4963-89cb-cd285fd768bb",
    "release_group_id": "3c18308c-9072-4810-b26e-0c573e46fb07",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Geese \"tackles the anxieties of a new generation with a new kind of rock\": https://technicianonline.com/150965/culture/getting-killed-geese-tackles-the-anxieties-of-a-new-generation-with-a-new-kind-of-rock/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}