Information about plays

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

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

{
    "id": 3632469,
    "uri": "https://api.kexp.org/v2/plays/3632469/?format=api",
    "airdate": "2026-03-22T18:25:00-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "https://coverartarchive.org/release/361986fa-2f14-44b1-abba-905944443aca/40543609791-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/361986fa-2f14-44b1-abba-905944443aca/40543609791-250.jpg",
    "song": "Getaway",
    "track_id": null,
    "recording_id": null,
    "artist": "Earth, Wind & Fire",
    "artist_ids": [
        "535afeda-2538-435d-9dd1-5e10be586774"
    ],
    "album": "Spirit",
    "release_id": null,
    "release_group_id": "dc5fbe50-47bc-3687-b4eb-147d5a3b428e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees of Roy Ayers:  Written by Beloyd Taylor.\n\nEarth, Wind & Fire released \"Getaway\" on the 1976 album Spirit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}