Information about plays

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

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

{
    "id": 3564320,
    "uri": "https://api.kexp.org/v2/plays/3564320/?format=api",
    "airdate": "2025-10-12T19:54:14-07:00",
    "show": 64818,
    "show_uri": "https://api.kexp.org/v2/shows/64818/?format=api",
    "image_uri": "https://coverartarchive.org/release/57bd9879-4658-49d2-86a2-3219091a79a2/10401582792-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57bd9879-4658-49d2-86a2-3219091a79a2/10401582792-250.jpg",
    "song": "Feel the Spirit",
    "track_id": null,
    "recording_id": "b4ca88a6-abef-4ccf-a2ce-05a82782a465",
    "artist": "Heaven & Earth",
    "artist_ids": [
        "74392f30-2b4b-46ac-b5e2-84912aef3aaa"
    ],
    "album": "Refuge",
    "release_id": null,
    "release_group_id": "623884d1-2e42-4404-b022-d5d6d354576a",
    "labels": [
        "Ovation Records"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Folk female duo Heaven & Earth released \"Feel the Spirit\" on their 1973 album Refuge with Ovation Records.\nHeaven & Earth was Patricia Gefell - Guitar, and Jo D. Andrews - Vocals.\nThe duo formed in 1969 in Pennsylvania, moving on to New York and existing through regional touring until their dissolution in 1974.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}