Information about plays

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

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

{
    "id": 3634432,
    "uri": "https://api.kexp.org/v2/plays/3634432/?format=api",
    "airdate": "2026-03-28T00:07:26-07:00",
    "show": 66297,
    "show_uri": "https://api.kexp.org/v2/shows/66297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This DJ",
    "track_id": null,
    "recording_id": "fa1224b7-41ec-4fa5-b39f-3205f724dd6c",
    "artist": "Warren G",
    "artist_ids": [
        "85d7666c-d3ce-4e2c-8b1b-f20db7cdae4f"
    ],
    "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": "Warren G, born Warren Griffin III in Long Beach is Dr. Dre's step brother who together pioneerd the G-Funk sound. Warren G helped define the West Coast sound with his laid-back delivery and melodic production. \"This DJ\" became a radio staple and demonstrated that Warren G could deliver hits beyond \"Regulate\" which was one of 90's most iconic songs. His Def Jam debut established him as one of G-funk's most important architects.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}