Information about plays

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

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

{
    "id": 3545925,
    "uri": "https://api.kexp.org/v2/plays/3545925/?format=api",
    "airdate": "2025-08-28T15:22:05-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/24c33736-a024-4ecc-9db6-b1abef8a680a/18779339924-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24c33736-a024-4ecc-9db6-b1abef8a680a/18779339924-250.jpg",
    "song": "One Nation Under a Groove",
    "track_id": null,
    "recording_id": "e8adbb1e-91cd-4d45-b41b-16e5da94203e",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "One Nation Under a Groove",
    "release_id": null,
    "release_group_id": "9d084107-b712-3599-ab62-ac76fe3756b5",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1978-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bass guitarist Bootsy Collins recalled: \"One night in D.C. some guys start shouting, 'One nation! One nation! One Nation Under a Groove!' When you've got fresh musicians around you, you can take that hook line and really make something. George's thing was, 'It don't matter how many hooks you put in. Don't matter! Put them all in there.' So, on that song, you've got 'One Nation Under a Groove... Feet don't fail me now,' all that.\"\n--\nClinton wrote this song with his musical director Garry Shider and with Junie Morrison, formerly of The Ohio Players. It was the first Funkadelic track Morrison worked on.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}