Information about plays

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

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

{
    "id": 3557043,
    "uri": "https://api.kexp.org/v2/plays/3557043/?format=api",
    "airdate": "2025-09-24T05:01:51-07:00",
    "show": 64647,
    "show_uri": "https://api.kexp.org/v2/shows/64647/?format=api",
    "image_uri": "https://ia902909.us.archive.org/33/items/mbid-c6c7b2dc-191f-4c52-9d92-bf7fddd00fbb/mbid-c6c7b2dc-191f-4c52-9d92-bf7fddd00fbb-18349541010_thumb500.jpg",
    "thumbnail_uri": "https://ia902909.us.archive.org/33/items/mbid-c6c7b2dc-191f-4c52-9d92-bf7fddd00fbb/mbid-c6c7b2dc-191f-4c52-9d92-bf7fddd00fbb-18349541010_thumb250.jpg",
    "song": "Everything Merges With the Night",
    "track_id": "31218be0-5e57-45a7-9c23-6cf09a296d6e",
    "recording_id": "c028658d-6a7e-4bb5-beb1-6b3b5668a2ff",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Desert Island Selection",
    "release_id": "c6c7b2dc-191f-4c52-9d92-bf7fddd00fbb",
    "release_group_id": "29ae3a62-61e4-3c4b-92e4-08d78fcdc9e6",
    "labels": [
        "E’G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Everything Merges With the Night\" first appeared on Another World, Eno's third studio solo album from 1975.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}