Information about plays

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

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

{
    "id": 3606326,
    "uri": "https://api.kexp.org/v2/plays/3606326/?format=api",
    "airdate": "2026-01-19T09:15:17-08:00",
    "show": 65698,
    "show_uri": "https://api.kexp.org/v2/shows/65698/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy Birthday",
    "track_id": "6e6f396f-4577-31ed-8422-abefc60149ab",
    "recording_id": "0b48097f-342e-46c6-a253-407eaea0c4a9",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Hotter Than July",
    "release_id": "a3768611-93fe-4acc-8509-02a5c15d97cf",
    "release_group_id": "6fbde199-c971-3d4f-a8df-ca13a998e3c7",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun fact: Stevie Wonder’s “Happy Birthday” originally served as an unofficial commercial to call up people to sign the petition for a Martin Luther King Jr. Day. https://time.com/7346323/mlk-day-stevie-wonder-happy-birthday/ \n--\n\"That there ought to be a time \nThat we can set aside \nTo show just how much we love you\n And I'm sure you would agree \nWhat could fit more perfectly \nThan to have a world party on the day you came to be....\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}