Information about plays

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

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

{
    "id": 3632189,
    "uri": "https://api.kexp.org/v2/plays/3632189/?format=api",
    "airdate": "2026-03-22T01:09:30-07:00",
    "show": 66247,
    "show_uri": "https://api.kexp.org/v2/shows/66247/?format=api",
    "image_uri": "https://coverartarchive.org/release/5902d22e-d1f9-463d-86e8-4546761a73a6/37096269732-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5902d22e-d1f9-463d-86e8-4546761a73a6/37096269732-250.jpg",
    "song": "The Cattle Thief",
    "track_id": null,
    "recording_id": "3b82e8f6-b966-407d-906c-cc2f3d2800cd",
    "artist": "Wayfarer",
    "artist_ids": [
        "4341ebaa-7aed-4b80-91eb-bf5b614b59a3"
    ],
    "album": "American Gothic",
    "release_id": null,
    "release_group_id": "3f61c9ef-0db1-4d3e-9333-5fda5d6a22d9",
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "release_date": "2023-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shane and other folks involved with Wayfarer organize and book the Fire In The Mountain festival in Montana (https://www.fitmfest.com/ July 23-26) every year. A festival that works with the Firekeeper Alliance, a non profit that Steve Von Till from Neurosis works with. More info about that crucial mission here: https://firekeeperalliance.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}