Information about plays

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

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

{
    "id": 3652278,
    "uri": "https://api.kexp.org/v2/plays/3652278/?format=api",
    "airdate": "2026-05-08T21:22:19-07:00",
    "show": 66665,
    "show_uri": "https://api.kexp.org/v2/shows/66665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tomorrow",
    "track_id": null,
    "recording_id": "d413c9f9-188d-49c4-b923-255dce44ac01",
    "artist": "Ofege",
    "artist_ids": [
        "52484336-bfdc-477f-91fd-93f854aa9df6"
    ],
    "album": "The Last of the Origins",
    "release_id": null,
    "release_group_id": "7eb30510-3f02-46d6-8493-e41453881749",
    "labels": [],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ofege was a pioneering Nigerian teenage psychedelic rock band formed in the early 1970s at St. Gregory's College in Lagos. Known for blending fuzz-laden rock with Afrobeat rhythms, the teenage group—averaging 16 years old—achieved national stardom with their 1973 debut album, Try and Love.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}