Information about plays

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

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

{
    "id": 3599080,
    "uri": "https://api.kexp.org/v2/plays/3599080/?format=api",
    "airdate": "2026-01-02T04:14:27-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Nightlife (City Life remix)",
    "track_id": "9ceae609-03d9-44a5-a06a-bcb4c7bc021a",
    "recording_id": "278c0cda-e599-4f98-814a-dd4dda9f90b7",
    "artist": "Honey Dijon feat. Chlöe",
    "artist_ids": [
        "740c6238-3f5d-4e63-8836-826ad6c611ab",
        "e3645792-a5e8-4818-be43-5ac4c1e18c1f"
    ],
    "album": "The Nightlife - After Dark EP",
    "release_id": "7ce0c990-4cd6-4b92-82ab-1fa6ea4d53aa",
    "release_group_id": "b6310154-a312-4cf8-b9a3-a3fb1d9d1986",
    "labels": [
        "SOS"
    ],
    "label_ids": [
        "dc424ac8-72ef-48e7-a5e3-a4ee3ed18ad4"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Chicago-born/NYC and Berlin-based DJ, producer and electronic musician Honey Dijon!\n\nhttps://honeydijon.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}