Information about plays

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

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

{
    "id": 3638807,
    "uri": "https://api.kexp.org/v2/plays/3638807/?format=api",
    "airdate": "2026-04-06T22:33:01-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/010cfd5f-e202-4f68-997c-c01d106453e4/44413515338-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/010cfd5f-e202-4f68-997c-c01d106453e4/44413515338-250.jpg",
    "song": "梦游 Sleepwalker",
    "track_id": null,
    "recording_id": "4b415995-6a28-48df-bfe9-bc2a3d894d8a",
    "artist": "SY3",
    "artist_ids": [
        "b5eadc7c-3ee4-4f8c-845e-cd28b8da6771"
    ],
    "album": "梦游 Sleepwalker",
    "release_id": null,
    "release_group_id": "cac4cf1d-62fd-4f7e-9f6e-7935df4e23fe",
    "labels": [
        "Music From Memory"
    ],
    "label_ids": [
        "ad86a666-43d7-41b8-8328-8b2b3497a781"
    ],
    "release_date": "2026-03-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Can't stop listening to this debut EP from L.A. SY3 (Kelly Guan, Alex Ho and Phil Cho) - https://music-from-memory.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}