Information about plays

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

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

{
    "id": 3548487,
    "uri": "https://api.kexp.org/v2/plays/3548487/?format=api",
    "airdate": "2025-09-03T15:39:38-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://coverartarchive.org/release/ce3eed3c-bfe1-3251-892e-7bf9ab1a0e7a/14115712361-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ce3eed3c-bfe1-3251-892e-7bf9ab1a0e7a/14115712361-250.jpg",
    "song": "Shocker in Gloomtown",
    "track_id": null,
    "recording_id": "a02d40d8-43a9-41a4-b523-1cba0f23a75d",
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Head to Toe",
    "release_id": null,
    "release_group_id": "5008aa6f-1836-3a1f-bc1a-67c1830e65d3",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1994-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is The Breeders' cover of the Guided By Voices' \"Shocker in Gloomtown.\"\n--\nFun Fact: The men looking inside the garage  in the video are members of Guided By Voices, who were on tour with the Breeders at the time this video was made in 1994.: https://www.youtube.com/watch?v=glAeyRcWyso",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}