Information about plays

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

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

{
    "id": 3606362,
    "uri": "https://api.kexp.org/v2/plays/3606362/?format=api",
    "airdate": "2026-01-19T11:38:08-08:00",
    "show": 65699,
    "show_uri": "https://api.kexp.org/v2/shows/65699/?format=api",
    "image_uri": "https://coverartarchive.org/release/b95151ff-e3e8-4eff-8708-079e782d3498/15043463152-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b95151ff-e3e8-4eff-8708-079e782d3498/15043463152-250.jpg",
    "song": "Young, Gifted and Black",
    "track_id": null,
    "recording_id": "60301e22-61bb-4954-9640-44a369ed722a",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Young, Gifted and Black",
    "release_id": null,
    "release_group_id": "f62ec525-7158-37c1-8535-6eaac62435b3",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1972-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"When [Aretha] sang “Young, Gifted and Black,” it brought about a pride in me. I’d never heard anyone say I was gifted. It was the first time I’d heard gifted and black in the same phrase. I felt proud. I felt valuable.\" - Leslie Mathews to the Detroit Free Press about the importance of this song to Black women following the death of Franklin in 2018: https://www.freep.com/story/entertainment/music/aretha-franklin/2018/08/19/aretha-franklin-black-women-message/1026305002/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}