Information about plays

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

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

{
    "id": 3574835,
    "uri": "https://api.kexp.org/v2/plays/3574835/?format=api",
    "airdate": "2025-11-06T19:19:36-08:00",
    "show": 65040,
    "show_uri": "https://api.kexp.org/v2/shows/65040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Solar Flame",
    "track_id": null,
    "recording_id": null,
    "artist": "Takuya Nakamura",
    "artist_ids": [
        "da8a52b3-3432-4f82-aaf9-4e892ea7c847"
    ],
    "album": "Caged Bird Flying",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Producer/DJ, Multi-instrumentalist Takuya Nakamura has been playing trumpet, keyboards, and various electronic instruments for over 20 years throughout the United States and the world with a diverse group of artists such as Quincy Jones, Lee scratch Perry, Gza(Wu Tang Clan), Cocorosie, George Russell,Arto Lindsay, Jojo Mayer's Nerve, Brazilian Girls, Organic Grooves. and many others. \n\nhttps://spacetak.bandcamp.com/album/caged-bird-flying",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}