Information about plays

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

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

{
    "id": 3633676,
    "uri": "https://api.kexp.org/v2/plays/3633676/?format=api",
    "airdate": "2026-03-25T23:54:53-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It’s the Things That You Do",
    "track_id": null,
    "recording_id": "19203ada-88a6-482d-99c9-0aa3eeb5e460",
    "artist": "Flyte Tyme",
    "artist_ids": [
        "fd669adf-61d0-49b9-b0d0-898c120b51b2"
    ],
    "album": "It’s the Things That You Do / I’ve Got You on My Mind",
    "release_id": null,
    "release_group_id": "1ed9a35b-3312-48f8-9d46-45149173de2d",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sweet Twin City soul from Cynthia Johnson (vocals), Jimmy Jam (keys) and Terry Lewis (bass).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}