Information about plays

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

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

{
    "id": 3579387,
    "uri": "https://api.kexp.org/v2/plays/3579387/?format=api",
    "airdate": "2025-11-17T12:02:20-08:00",
    "show": 65136,
    "show_uri": "https://api.kexp.org/v2/shows/65136/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "merlot and grigio",
    "track_id": null,
    "recording_id": null,
    "artist": "Yaya Bey",
    "artist_ids": [
        "f55859c9-0642-47dc-8c68-4aa2db484b23"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-09-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yaya Bey hails from Brooklyn, NY! On her latest release 'do it afraid', Queens-based singer-songwriter @yayabeybay weaves together a rich and dynamic sonic tapestry detailed with jazz, hip-hop, Caribbean rhythms, and soul. In-studio with host Larry Mizell, Jr., Yaya Bey showcases her innovative style with a performance of \"end of the world\" and more across her discography.\n\nEnjoy Live Video from the entire, just posted September 2025 Yaya Bey In-Studio: https://bit.ly/4i4Vltp.\n\nhttps://yayabey.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}