Information about plays

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

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

{
    "id": 3632499,
    "uri": "https://api.kexp.org/v2/plays/3632499/?format=api",
    "airdate": "2026-03-22T20:27:53-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c99346e-e0ca-4c56-bb2f-8bd78ae00704/15184760162-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c99346e-e0ca-4c56-bb2f-8bd78ae00704/15184760162-250.jpg",
    "song": "Soul on Your Side",
    "track_id": null,
    "recording_id": "cd1da52f-6ed8-41bb-a3fa-2a348aeeea4b",
    "artist": "The Rhythm Makers",
    "artist_ids": [
        "780ce47e-81fe-40fa-b376-993e8997d266"
    ],
    "album": "Soul on Your Side",
    "release_id": null,
    "release_group_id": "268a9051-fb49-44de-83fa-f9cf4079b17c",
    "labels": [
        "Vigor Records"
    ],
    "label_ids": [
        "bfe5bc56-210f-48db-9e31-04b10b60c172"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also mastered by Herb Powers Jr., \"Soul on Your Side\" by The Rhythm Makers was released in 1976.\n\nHailing from Bronx, New York, members of The Rhythm Makers include:\nEmanuel “Rahiem” LeBlanc - lead vocals, rhythm guitar\nKeith Crier - bass guitar, vocals\nKenny Banks - drums, vocals\nHerb Lane - keyboards, vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}