Information about plays

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

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

{
    "id": 3556731,
    "uri": "https://api.kexp.org/v2/plays/3556731/?format=api",
    "airdate": "2025-09-23T12:39:56-07:00",
    "show": 64641,
    "show_uri": "https://api.kexp.org/v2/shows/64641/?format=api",
    "image_uri": "https://ia803100.us.archive.org/10/items/mbid-98baa9a9-d48c-4ff0-9b8d-89fc64b19c2c/mbid-98baa9a9-d48c-4ff0-9b8d-89fc64b19c2c-19366878089_thumb500.jpg",
    "thumbnail_uri": "https://ia903100.us.archive.org/10/items/mbid-98baa9a9-d48c-4ff0-9b8d-89fc64b19c2c/mbid-98baa9a9-d48c-4ff0-9b8d-89fc64b19c2c-19366878089_thumb250.jpg",
    "song": "Waiting for the Sun",
    "track_id": "039237f9-8e1a-3df2-ac81-156402e6377e",
    "recording_id": "0edcad1c-c585-403a-b567-7df6f291b5e6",
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Hollywood Town Hall",
    "release_id": "98baa9a9-d48c-4ff0-9b8d-89fc64b19c2c",
    "release_group_id": "054c4dd8-a36b-32c5-9320-c0aaf10cbb98",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It was not lost on me...\"\n---\nSee The Jayhawks in a live performance of \"Waiting for the Sun\" in 2015: https://www.youtube.com/watch?v=rlVuuHIvEgs\n--\nThat's Gary Louris on electic guitar here.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}