Information about plays

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

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

{
    "id": 3589430,
    "uri": "https://api.kexp.org/v2/plays/3589430/?format=api",
    "airdate": "2025-12-10T17:39:48-08:00",
    "show": 65341,
    "show_uri": "https://api.kexp.org/v2/shows/65341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cisa Cisa",
    "track_id": "3fea2299-2202-4ede-8c8d-a567a7ac4a43",
    "recording_id": "ce75c1da-d709-4f59-93b9-968b98a5f3a4",
    "artist": "Other Lives",
    "artist_ids": [
        "69ce32a2-dbb1-42c2-98fc-2fbf896ef861"
    ],
    "album": "Volume V",
    "release_id": "5f5b844c-4a88-4973-bf1e-c5d9d59d36b0",
    "release_group_id": "5aaafe77-9f41-4f7f-afef-f4e6354d10ec",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Other Lives is an American band formed in Stillwater, Oklahoma. Across five albums, Other Lives has continued to evolve, expanding their sonic palette while staying grounded in their original spirit of experimentation and storytelling. Their music is both intimate and epic, drawing on a range of influences that span from chamber music to post-rock and modern folk.\n\nhttps://www.otherlives.com/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}