Information about plays

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

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

{
    "id": 3634427,
    "uri": "https://api.kexp.org/v2/plays/3634427/?format=api",
    "airdate": "2026-03-27T23:47:54-07:00",
    "show": 66297,
    "show_uri": "https://api.kexp.org/v2/shows/66297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go Crazy",
    "track_id": null,
    "recording_id": "b9d6d0e2-7477-46ef-b704-f32c0b473952",
    "artist": "Young Jeezy",
    "artist_ids": [
        "dcad99e7-3c3e-4c78-bf8a-68203e17da48"
    ],
    "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": "The Jay-Z collaboration on this track off the Recession album added credibility and crossover appeal, with Hov delivering a memorable verse. Released through Def Jam, \"The Recession\" went platinum and solidified Jeezy's position as one of trap music's founding fathers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}