Information about plays

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

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

{
    "id": 3592706,
    "uri": "https://api.kexp.org/v2/plays/3592706/?format=api",
    "airdate": "2025-12-18T14:24:47-08:00",
    "show": 65411,
    "show_uri": "https://api.kexp.org/v2/shows/65411/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the City",
    "track_id": "6cf534e7-e590-3879-b214-89c1d8dbef75",
    "recording_id": "1c313948-966e-4ef1-ac05-f5e5df60f9a9",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "In the City",
    "release_id": "3a55bafb-ea33-372e-98f6-dd6868063a21",
    "release_group_id": "5cdc81f5-29a3-3866-8e13-9f271d3615eb",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1997-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., renowned drummer Rick Buckler, who died in February at age 69.\n--\nBuckler, who also pursued writing and furniture design and restoration, was best known among music fans for his time with the Jam. The rock trio formed in 1972 and featured Buckler, guitarist and singer Paul Weller and bassist Bruce Foxton. The group gained fame for hits including “Town Called Malice” and “That’s Entertainment” and for its debut album, “In the City,” which The Times dubbed in 1993 “an absolutely galvanic celebration of British teen rebellion.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}