Information about plays

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

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

{
    "id": 3559872,
    "uri": "https://api.kexp.org/v2/plays/3559872/?format=api",
    "airdate": "2025-10-01T02:06:55-07:00",
    "show": 64714,
    "show_uri": "https://api.kexp.org/v2/shows/64714/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e796c3a-29ff-44a2-aef3-54f075c005a0/39724917074-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e796c3a-29ff-44a2-aef3-54f075c005a0/39724917074-250.jpg",
    "song": "Through the Fire",
    "track_id": null,
    "recording_id": "208723f1-bf92-4bf7-b274-34c1f0489525",
    "artist": "Chaka Khan",
    "artist_ids": [
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "I Feel for You",
    "release_id": null,
    "release_group_id": "4936c087-239a-38f7-b2d8-54167cb33d94",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OTD in 1984 - Chaka Khan released her fifth studio album, I Feel for You. It features “I Feel for You” (originally by Prince), “This Is My Night,” and “Through the Fire\". \n\nThe David Foster-produced track was the third single from 'I Feel for You'. Foster revealed in his 2011 PBS concert, 'The Hit Man Returns', that this was the only melody that he ever wrote with someone in mind and that the working title of the piece was actually called \"Chaka\" because he was very confident that Khan would perform the song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}