Information about plays

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

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

{
    "id": 3622983,
    "uri": "https://api.kexp.org/v2/plays/3622983/?format=api",
    "airdate": "2026-02-27T12:03:03-08:00",
    "show": 66043,
    "show_uri": "https://api.kexp.org/v2/shows/66043/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mrs. Robinson",
    "track_id": "02f657eb-492f-3344-aea3-03c36cc24d9c",
    "recording_id": "c2e0b82f-5b4a-4a1a-a45d-c057846bcb9c",
    "artist": "The Lemonheads",
    "artist_ids": [
        "58a53082-a629-4ff1-a44d-7492d6f6e8fb"
    ],
    "album": "It's a Shame About Ray",
    "release_id": "b1cced1d-415a-45bd-b988-9dfef7284f39",
    "release_group_id": "d8cf6f02-a68b-4b73-be3e-746fb5a5adf6",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2008-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1986 in Boston, The Lemonheads took a hiatus from 1997 to 2005 but they've been active ever since reuniting. \n\nSee The Lemonheads perform this Simon & Garfunkel cover at The Pumpehuset in Copenhagen, Denmark, in 2022: https://www.youtube.com/watch?v=piOV-1RAWSc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}