Information about plays

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

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

{
    "id": 3627832,
    "uri": "https://api.kexp.org/v2/plays/3627832/?format=api",
    "airdate": "2026-03-11T19:25:59-07:00",
    "show": 66155,
    "show_uri": "https://api.kexp.org/v2/shows/66155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "5 − 4 = Unity",
    "track_id": null,
    "recording_id": "6d4408af-801c-42bd-8c3c-1431d175d60b",
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Crooked Rain, Crooked Rain",
    "release_id": null,
    "release_group_id": "4f348977-6f44-39f9-b243-071927ecc6a4",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1994-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pavement is an American indie rock band that formed in Stockton, California, in 1989. They will be playing Levitation Fest in Austin on Sunday, September 28!\n\nThis track samples \"Take Five\" by The Dave Brubeck Quartet ft. Paul Desmond.\nhttps://pavement.bandcamp.com/track/5-4-unity",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}