Information about plays

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

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

{
    "id": 3638452,
    "uri": "https://api.kexp.org/v2/plays/3638452/?format=api",
    "airdate": "2026-04-06T03:03:25-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/a1d0a17b-0d3d-4d34-bd02-ea48cada4fe4/2307943932-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a1d0a17b-0d3d-4d34-bd02-ea48cada4fe4/2307943932-250.jpg",
    "song": "Something Sweet, Something Tender",
    "track_id": null,
    "recording_id": null,
    "artist": "Eric Dolphy",
    "artist_ids": [
        "badda5cf-f2c5-4dc2-b3d3-07467bdf0f71"
    ],
    "album": "Out to Lunch!",
    "release_id": null,
    "release_group_id": "bc6c2573-bc7d-346a-8880-0e34b8fb7e50",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1964-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blue Note Records '60s highlight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}