Information about plays

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

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

{
    "id": 3552796,
    "uri": "https://api.kexp.org/v2/plays/3552796/?format=api",
    "airdate": "2025-09-14T02:41:21-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia800208.us.archive.org/26/items/mbid-5a1b5b26-0f31-4566-bed4-0ca8ed987366/mbid-5a1b5b26-0f31-4566-bed4-0ca8ed987366-1407441400_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/26/items/mbid-5a1b5b26-0f31-4566-bed4-0ca8ed987366/mbid-5a1b5b26-0f31-4566-bed4-0ca8ed987366-1407441400_thumb250.jpg",
    "song": "Kick Out the Jams",
    "track_id": "b1dc7357-72cd-35d4-9994-f2875f6360de",
    "recording_id": "35ae913f-b65a-4b57-b744-397c539b9a04",
    "artist": "MC5",
    "artist_ids": [
        "08b736bb-1c82-40b4-8b0b-49e2182a067a"
    ],
    "album": "Kick Out the Jams",
    "release_id": "5a1b5b26-0f31-4566-bed4-0ca8ed987366",
    "release_group_id": "44410403-45d3-30fa-ba48-d16664bf6fb3",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MC5 guitarist Fred \"Sonic\" Smith was born on this day in 1949. He passed away in 1994, but would have been 76 years old today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}