Information about plays

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

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

{
    "id": 3640009,
    "uri": "https://api.kexp.org/v2/plays/3640009/?format=api",
    "airdate": "2026-04-09T19:05:33-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under the Cherry Blossom",
    "track_id": null,
    "recording_id": "e8a1568e-28d4-4763-b8df-bbf4371b6a66",
    "artist": "IQU",
    "artist_ids": [
        "2861280a-095a-499d-9fe0-b71699bb03bb"
    ],
    "album": "Sun Q",
    "release_id": null,
    "release_group_id": "879256f7-287c-35d9-b4c2-c49bdb0d7b0d",
    "labels": [
        "Sonic Boom Recordings"
    ],
    "label_ids": [
        "e168761b-c5b2-48de-9285-07ca5d121390"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Olympia Washington, the lo fi band IQU released this track on their first album titled \"Sun Q\". In it, a song about Cherry Blossoms <3\n\n https://iquiqu.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}