Information about plays

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

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

{
    "id": 3596495,
    "uri": "https://api.kexp.org/v2/plays/3596495/?format=api",
    "airdate": "2025-12-26T23:24:08-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cnt Go Back ( Tell Me )",
    "track_id": null,
    "recording_id": "c638aff2-1740-431f-93ee-be1a802acb3e",
    "artist": "B. Cool-Aid feat. Liv.e, Butcher Brown, Jimetta Rose, V.C.R & Maurice II",
    "artist_ids": [
        "fc9e3124-328f-44cf-9309-4b949a558361",
        "0bcfef47-91d0-41dd-87fa-cbf3a396ead3",
        "c0937ba4-6869-456b-afd0-10335ae50245",
        "66883d1c-3502-4fa5-86fb-e0f7a8723d42",
        "fc1c6fab-cb59-4a02-879f-69be388a964e",
        "a648a807-241f-43f5-aa49-78905f9de514"
    ],
    "album": "Leather Blvd.",
    "release_id": null,
    "release_group_id": "619ded74-b882-4660-b30e-92ab33ec8e4c",
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2023-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}