Information about plays

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

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

{
    "id": 3604829,
    "uri": "https://api.kexp.org/v2/plays/3604829/?format=api",
    "airdate": "2026-01-15T21:51:07-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Summer...",
    "track_id": null,
    "recording_id": null,
    "artist": "Seiji Oda, Kj Focus",
    "artist_ids": [
        "7225352f-4d66-43f5-a1fb-c0514c6393a6",
        "5622cd34-5270-406c-9e59-19b2f7918d77"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "uknowme!"
    ],
    "label_ids": [],
    "release_date": "2024-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seiji Oda is a Japanese-American rapper, producer, and songwriter from Oakland, California. His style blends lo-fi soundscapes with Bay Area hyphy energy, and he's known as the \"gentle gigg general\" for his ability to mix introspective sounds with high-energy rhythms. Oda's music is influenced by his Japanese heritage and Bay Area upbringing, and he's considered a leader in the Bay Area rap scene.\n--\nhttps://seijioda.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}