Information about plays

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

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

{
    "id": 3594008,
    "uri": "https://api.kexp.org/v2/plays/3594008/?format=api",
    "airdate": "2025-12-21T12:00:03-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "https://ia600808.us.archive.org/20/items/mbid-28ab0770-0d8c-4f11-aa02-3e6ccf06ac6f/mbid-28ab0770-0d8c-4f11-aa02-3e6ccf06ac6f-39306822896_thumb500.jpg",
    "thumbnail_uri": "https://ia800808.us.archive.org/20/items/mbid-28ab0770-0d8c-4f11-aa02-3e6ccf06ac6f/mbid-28ab0770-0d8c-4f11-aa02-3e6ccf06ac6f-39306822896_thumb250.jpg",
    "song": "Lovely Day",
    "track_id": "8d55e02e-0878-325a-afa7-d1ded19eabb9",
    "recording_id": "2b03e9e9-0593-448d-898f-9a79c91cec34",
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "Menagerie",
    "release_id": "28ab0770-0d8c-4f11-aa02-3e6ccf06ac6f",
    "release_group_id": "3fbf6c2c-69ae-35e4-be9f-53e3000f10e1",
    "labels": [
        "CBS",
        "Columbia"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day (or thereabouts) in 1977, the Bill Withers track \"Lovely Day\".\n\nHappy Self-Care Sunday to you!\n\nhttps://billwithers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}