Information about plays

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

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

{
    "id": 3667585,
    "uri": "https://api.kexp.org/v2/plays/3667585/?format=api",
    "airdate": "2026-06-13T22:52:32-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://dn710809.ca.archive.org/0/items/mbid-bd29aa45-d758-38fc-85cd-7bf329973195/mbid-bd29aa45-d758-38fc-85cd-7bf329973195-21717772263_thumb500.jpg",
    "thumbnail_uri": "https://dn710809.ca.archive.org/0/items/mbid-bd29aa45-d758-38fc-85cd-7bf329973195/mbid-bd29aa45-d758-38fc-85cd-7bf329973195-21717772263_thumb250.jpg",
    "song": "Teenage Lust",
    "track_id": "eda71033-5015-3f23-8913-2d046856f841",
    "recording_id": "cafc82c9-ceb5-4912-a15b-822d3a0b836a",
    "artist": "MC5",
    "artist_ids": [
        "08b736bb-1c82-40b4-8b0b-49e2182a067a"
    ],
    "album": "Back in the USA",
    "release_id": "bd29aa45-d758-38fc-85cd-7bf329973195",
    "release_group_id": "1dc35b25-2e1a-30e1-87c0-6dd07aa8f592",
    "labels": [
        "Atlantic",
        "Rhino"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Teenage Lust is the title track of MC5's live album recorded at the Saginaw Civic Center in Saginaw, Michigan in January 1970.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}