Information about plays

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

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

{
    "id": 3586633,
    "uri": "https://api.kexp.org/v2/plays/3586633/?format=api",
    "airdate": "2025-12-04T07:57:13-08:00",
    "show": 65285,
    "show_uri": "https://api.kexp.org/v2/shows/65285/?format=api",
    "image_uri": "https://ia803206.us.archive.org/35/items/mbid-c0afd87f-2f90-4c4d-b69d-ec150660fa5a/mbid-c0afd87f-2f90-4c4d-b69d-ec150660fa5a-11382939317_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/35/items/mbid-c0afd87f-2f90-4c4d-b69d-ec150660fa5a/mbid-c0afd87f-2f90-4c4d-b69d-ec150660fa5a-11382939317_thumb250.jpg",
    "song": "Perfect Day",
    "track_id": "e188ca7c-d556-4970-a91c-7afb2d941fac",
    "recording_id": "56856396-51ec-4e14-903a-3ef478bac052",
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Transformer",
    "release_id": "33679b95-54d6-4960-8179-663575053a48",
    "release_group_id": "6c8345df-f822-33af-b64a-eff2e46941b9",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was written after Lou Reed and his then fiancée (later his first wife), Bettye Kronstad, spent a day in Central Park.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}