Information about plays

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

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

{
    "id": 3583409,
    "uri": "https://api.kexp.org/v2/plays/3583409/?format=api",
    "airdate": "2025-11-26T22:40:15-08:00",
    "show": 65219,
    "show_uri": "https://api.kexp.org/v2/shows/65219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "After the Storm",
    "track_id": null,
    "recording_id": "80326c23-7965-47df-82bc-d2a250465e3c",
    "artist": "Kali Uchis feat. Tyler, The Creator & Bootsy Collins",
    "artist_ids": [
        "d0c7656d-8169-4f77-9dbe-b8f24e40105d",
        "f6beac20-5dfe-4d1f-ae02-0b0a740aafd6",
        "b0ca0d85-24a8-4a00-860d-357ff688b69c"
    ],
    "album": "Isolation (Deluxe)",
    "release_id": null,
    "release_group_id": "3c728091-dbe6-45ee-82e6-355a4dbeceb9",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was produced by BADBADNOTGOOD. It features Kali Uchis' frequent collaborator, Tyler, the Creator and legend Bootsy Collins.\n\nhttps://www.kaliuchis.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}