Information about plays

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

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

{
    "id": 3619557,
    "uri": "https://api.kexp.org/v2/plays/3619557/?format=api",
    "airdate": "2026-02-19T15:06:19-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "People Make the World Go Round",
    "track_id": null,
    "recording_id": "a493427f-a220-45d8-8e93-b64539d2ebb4",
    "artist": "Freddie Hubbard",
    "artist_ids": [
        "59ae7a1a-f454-435b-8a5a-e327e692bb5a"
    ],
    "album": "Polar AC",
    "release_id": null,
    "release_group_id": "a1ea62f7-275b-3d47-81ec-6746ad055394",
    "labels": [],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's an NPR tribute to Freddie Hubbard, who died in 2008 at age 70: https://www.npr.org/2001/08/11/1127264/freddie-hubbard-a-jazz-icon-remembered",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}