Information about plays

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

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

{
    "id": 3632324,
    "uri": "https://api.kexp.org/v2/plays/3632324/?format=api",
    "airdate": "2026-03-22T10:58:06-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boogie Shoes",
    "track_id": null,
    "recording_id": null,
    "artist": "KC and the Sunshine Band",
    "artist_ids": [
        "76a5a114-ed6a-4eb6-8a81-ad5768d4b41c"
    ],
    "album": "KC and the Sunshine Band",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "TK"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Forever remembered as part of the Saturday Night Fever soundtrack.\n\nPlaying as part of the “sunshine” Roadhouse 6 degrees set.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}