Information about plays

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

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

{
    "id": 3624237,
    "uri": "https://api.kexp.org/v2/plays/3624237/?format=api",
    "airdate": "2026-03-02T02:35:44-08:00",
    "show": 66068,
    "show_uri": "https://api.kexp.org/v2/shows/66068/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silent Lights",
    "track_id": null,
    "recording_id": "49e083a5-27b6-43c0-b8ab-8cbd19d171d5",
    "artist": "Webster Lewis, Bobby Greene, Jimmy Hopps, Stan Strickland & Judd Watkins",
    "artist_ids": [
        "9ab59df9-2161-4d99-8164-749f1936ed86",
        "6ace5a84-c542-4696-a962-e7993ad5c6d9",
        "7994e18e-b866-4dc4-9b16-2a13eb015d46",
        "0e55c0f9-7287-4931-bd62-6bf2d00ca2f9",
        "69696427-a467-40e0-ae67-eb4fab46a6b7"
    ],
    "album": "Webster Lewis in Norway: The Club7 Live Tapes",
    "release_id": null,
    "release_group_id": "64a653de-6cef-4953-84b0-6485456caf91",
    "labels": [
        "Plastic Strip Press"
    ],
    "label_ids": [
        "9508a7b7-0b8c-4991-96ea-75613d5c3c7a"
    ],
    "release_date": "2007-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}