Information about plays

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

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

{
    "id": 3604584,
    "uri": "https://api.kexp.org/v2/plays/3604584/?format=api",
    "airdate": "2026-01-15T07:16:34-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "\"These Are Days\" was released as the lead single from the 1992 album Our Time in Eden. It reached #1 and they also performed it for MTV Unplugged. http://www.maniacs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}