Information about plays

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

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

{
    "id": 3667246,
    "uri": "https://api.kexp.org/v2/plays/3667246/?format=api",
    "airdate": "2026-06-13T07:06:31-07:00",
    "show": 66976,
    "show_uri": "https://api.kexp.org/v2/shows/66976/?format=api",
    "image_uri": "https://coverartarchive.org/release/7de3df07-afc3-41a8-9bda-246f946dc89e/9579007570-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7de3df07-afc3-41a8-9bda-246f946dc89e/9579007570-250.jpg",
    "song": "Georgia on My Mind",
    "track_id": null,
    "recording_id": "912d318d-76c7-4537-bdad-aa870eb21207",
    "artist": "Mildred Bailey",
    "artist_ids": [
        "e079ff65-ad41-48e9-b6ce-8cdb0db64802"
    ],
    "album": "Stardust Melody",
    "release_id": null,
    "release_group_id": "1593b941-c01a-3e30-abd9-7e7f37728250",
    "labels": [
        "Bluebird"
    ],
    "label_ids": [
        "5f45ab05-4f5a-45a5-bbfa-3f74a924a0ef"
    ],
    "release_date": "2002-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coeur d'Alene \n--\nBailey grew up on the Coeur d'Alene Reservation in Idaho, where her mother was an enrolled citizen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}