Information about plays

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

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

{
    "id": 3554728,
    "uri": "https://api.kexp.org/v2/plays/3554728/?format=api",
    "airdate": "2025-09-18T20:08:12-07:00",
    "show": 64597,
    "show_uri": "https://api.kexp.org/v2/shows/64597/?format=api",
    "image_uri": "https://coverartarchive.org/release/5dc9c388-c628-444c-b6e2-394d4ab1cb7a/9798069263-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5dc9c388-c628-444c-b6e2-394d4ab1cb7a/9798069263-250.jpg",
    "song": "Tokay",
    "track_id": null,
    "recording_id": "abdee432-a257-4b3f-b915-b466672f8885",
    "artist": "Dengue Fever",
    "artist_ids": [
        "e6791155-ec80-4a7a-b108-54481ff73ead"
    ],
    "album": "The Deepest Lake",
    "release_id": null,
    "release_group_id": "329b0eb7-44ce-4e0a-8d3f-d9c5a65a1b5e",
    "labels": [
        "Tuk Tuk Records"
    ],
    "label_ids": [
        "f26f3c05-6845-480c-b406-29659d72bf2e"
    ],
    "release_date": "2015-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dengue Fever is an American band from Los Angeles who combine Cambodian rock and pop music of the 1960s and 70s with psychedelic rock and other world music styles.\n\nThe Deepest Lake finds Dengue Fever expanding their trademark psych/surf/Cambodian pop sound with African percussion, vocals that would make Exene and John Doe proud, sweeping melodies and extended psychedelic jams.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}