Information about plays

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

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

{
    "id": 3635360,
    "uri": "https://api.kexp.org/v2/plays/3635360/?format=api",
    "airdate": "2026-03-29T23:45:49-07:00",
    "show": 66315,
    "show_uri": "https://api.kexp.org/v2/shows/66315/?format=api",
    "image_uri": "https://coverartarchive.org/release/918f6b08-02a2-40e7-9e5c-cf809809e168/44720393514-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/918f6b08-02a2-40e7-9e5c-cf809809e168/44720393514-250.jpg",
    "song": "Atelier Kinact",
    "track_id": null,
    "recording_id": "6c7bb391-7660-42d7-bd93-1b390b3b6390",
    "artist": "Kinact",
    "artist_ids": [
        "88cd3f56-6575-46c0-b68d-ddb96c10cbfc"
    ],
    "album": "Kinshasa in Action",
    "release_id": null,
    "release_group_id": "dfc80e7c-fbb0-4f88-8504-5d3d377bba53",
    "labels": [
        "Nyege Nyege Tapes"
    ],
    "label_ids": [
        "5007bea4-d0a3-4921-abb4-f15f0b633e1e"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://nyegenyegetapes.bandcamp.com/album/kinshasa-in-action",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}