Information about plays

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

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

{
    "id": 3630570,
    "uri": "https://api.kexp.org/v2/plays/3630570/?format=api",
    "airdate": "2026-03-18T09:20:47-07:00",
    "show": 66213,
    "show_uri": "https://api.kexp.org/v2/shows/66213/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab10c1be-286e-45ad-81ba-f635b3258870/38717022064-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab10c1be-286e-45ad-81ba-f635b3258870/38717022064-250.jpg",
    "song": "Brass in Pocket",
    "track_id": null,
    "recording_id": "6b2dcb08-8360-4247-9cbd-660beb2b2a8c",
    "artist": "Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Pretenders",
    "release_id": null,
    "release_group_id": "448c8d23-3118-397f-9b81-a560c799f27a",
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "1979-12-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Lisa in Maine. You are not alone.\n\n\"I just lost my dear cousin Virginia to ovarian cancer. It took her body, but her joyful spirit will live on forever.\nWe once choreographed am ice skating routine to Pretenders - Brass In Pocket for her community college PE credit. We laughed almost as often as we fell. Could you please play that song for her?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}