Information about plays

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

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

{
    "id": 3636333,
    "uri": "https://api.kexp.org/v2/plays/3636333/?format=api",
    "airdate": "2026-04-01T06:12:56-07:00",
    "show": 66335,
    "show_uri": "https://api.kexp.org/v2/shows/66335/?format=api",
    "image_uri": "https://ia800807.us.archive.org/6/items/mbid-52f9e888-4191-4d13-8484-6c7271b56f8c/mbid-52f9e888-4191-4d13-8484-6c7271b56f8c-22809895952_thumb500.jpg",
    "thumbnail_uri": "https://dn710707.ca.archive.org/0/items/mbid-52f9e888-4191-4d13-8484-6c7271b56f8c/mbid-52f9e888-4191-4d13-8484-6c7271b56f8c-22809895952_thumb250.jpg",
    "song": "United States of Whatever",
    "track_id": "263fca38-9e78-3505-b8bc-1b60e7e9d2ac",
    "recording_id": "cbf99294-bb84-45b0-a68e-991b1d0e509a",
    "artist": "Liam Lynch",
    "artist_ids": [
        "6e987552-beba-4cc2-900d-ac01c7b4c964"
    ],
    "album": "Fake Songs",
    "release_id": "410d8b86-d4fc-4818-9a06-1646fbfeb92a",
    "release_group_id": "ab3b28ac-93f3-3e74-8b52-af214e3365bf",
    "labels": [
        "S‐Curve Records"
    ],
    "label_ids": [
        "508797d9-e5c3-4376-be2e-30b3bb58eca7"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2003, Liam Lynch releases Fake Songs featuring \"United States of Whatever\".\n\nShoutout to the United States of WhatEva community <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}