Information about plays

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

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

{
    "id": 3594054,
    "uri": "https://api.kexp.org/v2/plays/3594054/?format=api",
    "airdate": "2025-12-21T14:35:45-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyday Will Be Like a Holiday",
    "track_id": "90ffd9da-de85-4158-95ba-c007861c5ecc",
    "recording_id": "6841711c-77d1-4e75-8ad2-58eeee4c6a60",
    "artist": "Parlor Greens",
    "artist_ids": [
        "9d13baba-2e96-448e-ac2b-bf38fc189827"
    ],
    "album": "Auld Lang Syne / Everyday Will Be Like A Holiday",
    "release_id": "b1b713e5-b53f-47e8-adb5-c603c7e5a028",
    "release_group_id": "050ef4c7-b79b-4cdc-ae60-52b0d1e022de",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2025-12-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Parlor Greens is Tim Carman (GA-20) on drums, Jimmy James (True Loves, formerly Delvon Lamarr Organ Trio) on guitar, and Adam Scone (Scone Cash Players, The Sugarman 3) on organ.\n\nhttps://parlorgreens.bandcamp.com/album/auld-lang-syne-everyday-will-be-like-a-holiday",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}