Information about plays

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

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

{
    "id": 3585154,
    "uri": "https://api.kexp.org/v2/plays/3585154/?format=api",
    "airdate": "2025-11-30T19:16:34-08:00",
    "show": 65255,
    "show_uri": "https://api.kexp.org/v2/shows/65255/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a5177db-cea3-499b-bffe-a38642f31e07/21374423120-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a5177db-cea3-499b-bffe-a38642f31e07/21374423120-250.jpg",
    "song": "Seven Years",
    "track_id": null,
    "recording_id": "afb55795-2574-4ac4-96cb-93ea7c3cd565",
    "artist": "The Impressions",
    "artist_ids": [
        "8af64037-6d26-4d24-afd8-7e085abb01b1"
    ],
    "album": "The Young Mod's Forgotten Story",
    "release_id": null,
    "release_group_id": "5cf5f81f-fc17-370f-87de-97c413f3617b",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Impressions released \"Seven Years\" on the 1969 album The Young Mods' Forgotten Story with Curtom Records.\n\n\"Seven Years\" was released by the Impressions in 1969. It has since been sampled by Trey Songz for his 2012 track, \"Never Again,\" and Blu's \"theRunAwaySlaveSong\" (2009).\n\nCurtis Mayfield has been called \"the thinking man's soul man.\" He was known for his floating falsetto voice, gospel sound, and social commentary. He was with The Impressions for 12 years.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}