Information about plays

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

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

{
    "id": 3634759,
    "uri": "https://api.kexp.org/v2/plays/3634759/?format=api",
    "airdate": "2026-03-28T18:29:25-07:00",
    "show": 66306,
    "show_uri": "https://api.kexp.org/v2/shows/66306/?format=api",
    "image_uri": "https://coverartarchive.org/release/cbbeae33-3bd4-43c2-8b52-0f1f763a85d4/34611586028-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cbbeae33-3bd4-43c2-8b52-0f1f763a85d4/34611586028-250.jpg",
    "song": "Grapefruit Sea",
    "track_id": null,
    "recording_id": "d18bbd99-edb2-406f-8de2-e6c222eaa5ee",
    "artist": "Tomten",
    "artist_ids": [
        "b1697034-b59f-4d1b-befd-4b65511fc46c"
    ],
    "album": "Grapefruit Sea",
    "release_id": null,
    "release_group_id": "5397f039-8061-4181-8a58-9a66667d8594",
    "labels": [
        "Plume Records"
    ],
    "label_ids": [
        "a16f480f-3adf-41b5-b897-710d3ed6bfaa"
    ],
    "release_date": "2023-01-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://tomtenmusic.bandcamp.com/track/grapefruit-sea",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}