Information about plays

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

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

{
    "id": 3604508,
    "uri": "https://api.kexp.org/v2/plays/3604508/?format=api",
    "airdate": "2026-01-15T03:00:04-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Greenhouse",
    "track_id": null,
    "recording_id": "8bff97fe-ce57-42d5-aa45-c12b5452e3b1",
    "artist": "Hypnotic Brass Ensemble",
    "artist_ids": [
        "cc37d0c1-493d-487e-9694-3cf48ae6370d"
    ],
    "album": "Hypnotic Joints: Volume Two",
    "release_id": null,
    "release_group_id": "7d72cbdd-e9a8-4c5f-bcd0-c249dff28b02",
    "labels": [
        "Pheelco Entertainment Inc."
    ],
    "label_ids": [
        "0380b613-e780-4adb-abd3-a6e31217bc59"
    ],
    "release_date": "2024-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}