Information about plays

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

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

{
    "id": 3599148,
    "uri": "https://api.kexp.org/v2/plays/3599148/?format=api",
    "airdate": "2026-01-02T08:16:42-08:00",
    "show": 65539,
    "show_uri": "https://api.kexp.org/v2/shows/65539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sni Bong",
    "track_id": "9b1640c3-c2bf-38f7-96c9-0f576a212563",
    "recording_id": "cbf19b72-f8c6-495a-aa5c-fba28ddf6c9b",
    "artist": "Dengue Fever",
    "artist_ids": [
        "e6791155-ec80-4a7a-b108-54481ff73ead"
    ],
    "album": "Escape From Dragon House",
    "release_id": "a109f2c5-aa07-4e37-95b0-965718c5d96d",
    "release_group_id": "91b00ac9-1795-3a03-ac3d-f2109cfef1fb",
    "labels": [
        "M80"
    ],
    "label_ids": [
        "89e33564-780f-45a1-8b4a-41dad14396f7"
    ],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This L.A. band embodies  a multicultural modernization of the psychedelic rock popular in Cambodia during the '60s and '70s.  Watch a terrific live performance in the KEXP studio in July, 2024: https://www.youtube.com/watch?v=fO7XAyJfunU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}