Information about plays

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

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

{
    "id": 3631630,
    "uri": "https://api.kexp.org/v2/plays/3631630/?format=api",
    "airdate": "2026-03-20T19:36:16-07:00",
    "show": 66233,
    "show_uri": "https://api.kexp.org/v2/shows/66233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Middle",
    "track_id": null,
    "recording_id": "6db8e347-a02a-477b-a22a-eaf7693a736a",
    "artist": "Orlando Julius",
    "artist_ids": [
        "d221571f-966a-41ac-83b2-261b6fda2253"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Orlando Julius is a Nigerian saxophonist, singer, bandleader, and songwriter closely associated with afrobeat music.\n\nJulius and Tony Allen worked within the same Lagos studio/session circuit in the late 60s/70s, blending highlife, soul, and early Afrobeat with shared musicians and producers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}