Information about plays

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

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

{
    "id": 3574767,
    "uri": "https://api.kexp.org/v2/plays/3574767/?format=api",
    "airdate": "2025-11-06T15:27:04-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Footprints",
    "track_id": null,
    "recording_id": "45110661-e0c8-4c2c-a4ef-8cd35348838b",
    "artist": "Lonnie Liston Smith & The Cosmic Echoes",
    "artist_ids": [
        "9afbdfa9-cc56-40d8-929a-4f40cc196f03"
    ],
    "album": "Cosmic Funk",
    "release_id": null,
    "release_group_id": "50daf76b-d637-34c4-abe2-bdee049da60e",
    "labels": [
        "Flying Dutchman"
    ],
    "label_ids": [
        "39960a95-f48d-4875-9d21-e017685f22e8"
    ],
    "release_date": "1974-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Footprints\" is a cover of \"Footprints\" by Wayne Shorter.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}