Information about plays

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

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

{
    "id": 3574837,
    "uri": "https://api.kexp.org/v2/plays/3574837/?format=api",
    "airdate": "2025-11-06T19:25:55-08:00",
    "show": 65040,
    "show_uri": "https://api.kexp.org/v2/shows/65040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost in Laos",
    "track_id": null,
    "recording_id": "72103d3a-7d16-49e9-8598-07080e959272",
    "artist": "Dengue Fever",
    "artist_ids": [
        "e6791155-ec80-4a7a-b108-54481ff73ead"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tuk Tuk Records"
    ],
    "label_ids": [],
    "release_date": "2012-11-17",
    "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. Their most recent album, Ting Mong, was released in September 2023.\n\nThey came to the studio last year! Watch it here: https://youtu.be/fO7XAyJfunU?si=3Io7RRgwZw7IRcQ4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}