Information about plays

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

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

{
    "id": 3671492,
    "uri": "https://api.kexp.org/v2/plays/3671492/?format=api",
    "airdate": "2026-06-23T07:20:56-07:00",
    "show": 67066,
    "show_uri": "https://api.kexp.org/v2/shows/67066/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-691b4e3a-fdd9-4ef6-8ca7-47a02f089f44/mbid-691b4e3a-fdd9-4ef6-8ca7-47a02f089f44-33893452333_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-691b4e3a-fdd9-4ef6-8ca7-47a02f089f44/mbid-691b4e3a-fdd9-4ef6-8ca7-47a02f089f44-33893452333_thumb250.jpg",
    "song": "These Are Days",
    "track_id": "6a18443c-cdb8-49b6-a54d-729f7a9d891b",
    "recording_id": "b6f678d6-c38b-474d-af80-d5c7b07dd93e",
    "artist": "10,000 Maniacs",
    "artist_ids": [
        "b9a06530-1241-4162-836f-7b8e79deaa58"
    ],
    "album": "Our Time in Eden",
    "release_id": "691b4e3a-fdd9-4ef6-8ca7-47a02f089f44",
    "release_group_id": "fdbd976c-8783-3686-a3b5-902357b96cba",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning.\nIt's my birthday 🥳\nIf it fits I'd love to hear \"These Days\" by 10,000 Maniacs.\nHave a great day!!\n\nRose",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}