Information about plays

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

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

{
    "id": 3650532,
    "uri": "https://api.kexp.org/v2/plays/3650532/?format=api",
    "airdate": "2026-05-04T15:34:52-07:00",
    "show": 66630,
    "show_uri": "https://api.kexp.org/v2/shows/66630/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cup of Water",
    "track_id": "7d2b3fc3-f505-4df1-804c-4a57d62ad53b",
    "recording_id": "f9af7bfd-c5f8-453e-baed-69d0246302a7",
    "artist": "Yaya Bey",
    "artist_ids": [
        "f55859c9-0642-47dc-8c68-4aa2db484b23"
    ],
    "album": "FIdelity",
    "release_id": "c0b02aaa-3486-4cc0-94c3-6b268a3944ab",
    "release_group_id": "a43bf2ce-2a3a-477b-b263-83edd2750f91",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2026-04-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the latest release from the Brooklyn artist. \n\nYaya Bey stopped by the KEXP studio back in 2025. Check out the full performance: https://www.youtube.com/watch?v=C9WDI0f4lBI\n\nhttps://yayabey.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}