Information about plays

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

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

{
    "id": 3557860,
    "uri": "https://api.kexp.org/v2/plays/3557860/?format=api",
    "airdate": "2025-09-26T06:54:47-07:00",
    "show": 64663,
    "show_uri": "https://api.kexp.org/v2/shows/64663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Make My Dreams",
    "track_id": null,
    "recording_id": "9e3cdfe7-1d87-42da-940b-6af91b507587",
    "artist": "Hall & Oates",
    "artist_ids": [
        "debabff3-2559-46e5-862d-ef2a906d7010"
    ],
    "album": "Made in America",
    "release_id": null,
    "release_group_id": "fbf7b2d4-44f7-4699-a88c-b5808c02563d",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The idea for \"You Make My Dreams\" came spontaneously—John Oates was jamming on guitar, and the main hook emerged through this playful experimentation. The lyrics, co-written by Daryl Hall, John Oates, and Sara Allen, are deliberately straightforward, expressing pure happiness and the transformative effect of love on life. Hall described it as a “pure expression of joy” and credited its appeal to its simplicity and classic gospel-inspired groove, paired with an iconic Yamaha CP-30 keyboard riff.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}