Information about plays

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

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

{
    "id": 3592071,
    "uri": "https://api.kexp.org/v2/plays/3592071/?format=api",
    "airdate": "2025-12-17T00:18:39-08:00",
    "show": 65398,
    "show_uri": "https://api.kexp.org/v2/shows/65398/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "intuitive trouble",
    "track_id": "90280ab5-226d-47c6-bd6e-e74aaa1169ab",
    "recording_id": "722c6ec5-46b1-4e1a-bf7f-09bc85726666",
    "artist": "glass egg",
    "artist_ids": [
        "75002c06-1921-4d5c-a0b3-20a091eaae24"
    ],
    "album": "visions & ecstasies",
    "release_id": "2351f1d3-15a5-4ec4-a901-facbd32d0ae2",
    "release_group_id": "13b09f51-ca8e-4e51-8cd9-d2a1af8eab1c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My 7th favorite album of the year! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}