Information about plays

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

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

{
    "id": 3637134,
    "uri": "https://api.kexp.org/v2/plays/3637134/?format=api",
    "airdate": "2026-04-03T04:15:00-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "drivers license",
    "track_id": null,
    "recording_id": null,
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating five years since Olivia Rodrigo's breakout single, David Byrne and Olivia have released a limited first pressing vinyl featuring a cover of “drivers license” on side a and Olivia and David’s live performance of “Burning Down the House” from Governor’s Ball on side b. \n\nhttps://shopuk.oliviarodrigo.com/products/drivers-license-burning-down-the-house-7-vinyl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}