Information about plays

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

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

{
    "id": 3619923,
    "uri": "https://api.kexp.org/v2/plays/3619923/?format=api",
    "airdate": "2026-02-20T13:00:04-08:00",
    "show": 65982,
    "show_uri": "https://api.kexp.org/v2/shows/65982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Song",
    "track_id": null,
    "recording_id": "3ec819b7-533e-4da8-9355-05078bd1dd68",
    "artist": "Labi Siffre",
    "artist_ids": [
        "6838ca8e-da88-436c-a0fd-6d3a7e832f1f"
    ],
    "album": "Crying Laughing Loving Lying",
    "release_id": null,
    "release_group_id": "f34a6030-1365-47ef-9f45-545c7dcc927a",
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third record from British singer/songwriter/poet Labi Siffre. The album also contains one of Labi's most popular tunes, \"It Must Be Love,\" which later became a hit for Madness in 1981.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}