Information about plays

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

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

{
    "id": 3604537,
    "uri": "https://api.kexp.org/v2/plays/3604537/?format=api",
    "airdate": "2026-01-15T04:37:08-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "https://coverartarchive.org/release/26b6db1c-6547-4cb5-b9f5-d1b88d8705a0/10977231894-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26b6db1c-6547-4cb5-b9f5-d1b88d8705a0/10977231894-250.jpg",
    "song": "Happy Time",
    "track_id": null,
    "recording_id": "269ff68d-7d57-4237-a8c5-791a6984bcf1",
    "artist": "James Blood Ulmer",
    "artist_ids": [
        "a5209546-b1e8-449f-8b74-04ff88255f84"
    ],
    "album": "Free Lancing",
    "release_id": null,
    "release_group_id": "3bde12fa-488f-42bb-8702-7fe6c3305d99",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}