Information about plays

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

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

{
    "id": 3636617,
    "uri": "https://api.kexp.org/v2/plays/3636617/?format=api",
    "airdate": "2026-04-01T22:22:30-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://coverartarchive.org/release/adb0aa57-40af-42ef-bed7-bfe0ce3464f1/43480616329-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/adb0aa57-40af-42ef-bed7-bfe0ce3464f1/43480616329-250.jpg",
    "song": "Moon Song",
    "track_id": null,
    "recording_id": "f49ffac7-21c1-4a64-be50-b92ae8c5545e",
    "artist": "America",
    "artist_ids": [
        "34cf95c7-4be9-4efd-a48a-c2ea4a0bb114"
    ],
    "album": "Homecoming",
    "release_id": null,
    "release_group_id": "fa2c6a08-44a8-37b1-b89a-e2c7e7ad997d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1972-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second record from this band that was formed by musicians who were all sons of US Servicemen stationed in England.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}