Information about plays

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

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

{
    "id": 3590942,
    "uri": "https://api.kexp.org/v2/plays/3590942/?format=api",
    "airdate": "2025-12-14T09:10:59-08:00",
    "show": 65376,
    "show_uri": "https://api.kexp.org/v2/shows/65376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Morning I Am Born Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Haley Heynderickx & Max Garcia Conover",
    "artist_ids": [],
    "album": "What Of Our Nature",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second collaboration between Portland-based artist Heynderickx and Vermont-based artist García Conover. The two musicians spent a year reading Woody Guthrie's words and biographies, and recorded this record directly to tape in 5 days.\n\nhttps://fatpossum.com/products/what-of-our-nature\nhttps://haleyheynderickx.bandcamp.com/album/what-of-our-nature",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}