Information about plays

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

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

{
    "id": 3548750,
    "uri": "https://api.kexp.org/v2/plays/3548750/?format=api",
    "airdate": "2025-09-04T07:40:50-07:00",
    "show": 64470,
    "show_uri": "https://api.kexp.org/v2/shows/64470/?format=api",
    "image_uri": "https://ia601207.us.archive.org/20/items/mbid-16aae2e0-e26b-4801-a76d-8c2154cc580c/mbid-16aae2e0-e26b-4801-a76d-8c2154cc580c-41529875186_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/20/items/mbid-16aae2e0-e26b-4801-a76d-8c2154cc580c/mbid-16aae2e0-e26b-4801-a76d-8c2154cc580c-41529875186_thumb250.jpg",
    "song": "Good Vibrations",
    "track_id": "242c3377-5514-49ee-bf47-7375fe9c77c0",
    "recording_id": "e0b0ba6f-b66f-40c7-87a1-1bb4c1682002",
    "artist": "Psychic TV",
    "artist_ids": [
        "14c5a3a3-f5ed-4978-99af-486010e3a007"
    ],
    "album": "The Magickal Mystery D Tour E.P. - Good Vibrations + Roman P.",
    "release_id": "16aae2e0-e26b-4801-a76d-8c2154cc580c",
    "release_group_id": "2565c2d2-a972-410e-a297-03a0329313f1",
    "labels": [
        "Temple Records"
    ],
    "label_ids": [
        "5d1a72eb-7917-4fd4-ab29-560bb445992a"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychic TV (aka PTV or Psychick TV or several other aliases) were an English experimental video art and music collective, formed by performance artist Genesis P-Orridge and songwriter Alex Fergusson in 1981 after the break-up of Throbbing Gristle. They have released over one hundred full-length albums to date.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}