Information about plays

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

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

{
    "id": 3619444,
    "uri": "https://api.kexp.org/v2/plays/3619444/?format=api",
    "airdate": "2026-02-19T08:43:27-08:00",
    "show": 65973,
    "show_uri": "https://api.kexp.org/v2/shows/65973/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Underground",
    "track_id": null,
    "recording_id": null,
    "artist": "Inner Magic",
    "artist_ids": [],
    "album": "Underground/Feelin' Just Fine",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Decent Distribution"
    ],
    "label_ids": [
        "0f84ac2a-ed16-40be-9e68-174e4a3111f9"
    ],
    "release_date": "2026-02-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We just got our hands on new music from a new supergroup called Inner Magic. The duo features Adam Miller of Chromatics fame, and Jeff Schroeder, who was in Smashing Pumpkins for 16-years. They've just released a new single featuring a cover of Spaceman 3, and an original called \"Underground\" featuring former Chromatics singer Ruth Radelet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}