Information about plays

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

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

{
    "id": 3556676,
    "uri": "https://api.kexp.org/v2/plays/3556676/?format=api",
    "airdate": "2025-09-23T09:15:31-07:00",
    "show": 64640,
    "show_uri": "https://api.kexp.org/v2/shows/64640/?format=api",
    "image_uri": "https://ia601605.us.archive.org/1/items/mbid-77d06b99-117a-3ba3-8230-69361ad7be91/mbid-77d06b99-117a-3ba3-8230-69361ad7be91-5164611493_thumb500.jpg",
    "thumbnail_uri": "https://ia601605.us.archive.org/1/items/mbid-77d06b99-117a-3ba3-8230-69361ad7be91/mbid-77d06b99-117a-3ba3-8230-69361ad7be91-5164611493_thumb250.jpg",
    "song": "A Love Supreme, Part 1: Acknowledgement",
    "track_id": "35ab1a75-cfc5-36ae-946c-a2e068b6f95d",
    "recording_id": "0827b81a-c1df-4601-9b63-226fd3d70feb",
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "A Love Supreme",
    "release_id": "77d06b99-117a-3ba3-8230-69361ad7be91",
    "release_group_id": "77cf47ba-58cd-3f3d-a5f9-79bf89860421",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 99th birthday to the late John Coltrane, born on this day in 1926.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}