Information about plays

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

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

{
    "id": 3600961,
    "uri": "https://api.kexp.org/v2/plays/3600961/?format=api",
    "airdate": "2026-01-06T10:20:50-08:00",
    "show": 65579,
    "show_uri": "https://api.kexp.org/v2/shows/65579/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Moon",
    "track_id": "7f2908cd-e74e-49e9-96ca-10510d519bfd",
    "recording_id": "58783c4b-c5e4-49e0-a530-67dff864d9de",
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "The Greatest",
    "release_id": "c1fb232d-08aa-4253-86cb-a4318e1cdb05",
    "release_group_id": "1d09530d-2a86-3495-9de1-6636e5f8a0f1",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2006-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cat Power will perform \"The Greatest\" at Oakland's Fox Theater on Wednesday, February 18th.  She'll be at Seattle's Paramount Theatre on Friday, February 20th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}