Information about plays

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

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

{
    "id": 3545291,
    "uri": "https://api.kexp.org/v2/plays/3545291/?format=api",
    "airdate": "2025-08-27T01:07:47-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia902808.us.archive.org/7/items/mbid-e2d12e71-c9bc-4e47-9b0e-145257980b79/mbid-e2d12e71-c9bc-4e47-9b0e-145257980b79-24927855298_thumb500.jpg",
    "thumbnail_uri": "https://ia802808.us.archive.org/7/items/mbid-e2d12e71-c9bc-4e47-9b0e-145257980b79/mbid-e2d12e71-c9bc-4e47-9b0e-145257980b79-24927855298_thumb250.jpg",
    "song": "Society's Child (Baby I've Been Thinking)",
    "track_id": "78c41e69-3f70-39da-b595-0a69fba37074",
    "recording_id": "f99032f0-7104-456b-a353-7fc0dd69c9dc",
    "artist": "Janis Ian",
    "artist_ids": [
        "b72f115c-8afa-4dc5-bc6c-11225a53708a"
    ],
    "album": "Songs of Protest",
    "release_id": "e2d12e71-c9bc-4e47-9b0e-145257980b79",
    "release_group_id": "5db7f6c3-26bf-308f-9ab0-fe7f8c10a51d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1967. Janis Ian was inspired to write “Society's Child” after observing an interracial couple on her school bus. Ian wrote the song at just 14 years old, imagining the societal pressures the couple may have been under. https://www.pbs.org/video/how-janis-ian-wrote-societys-child-fgvkes/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}