Information about plays

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

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

{
    "id": 3604543,
    "uri": "https://api.kexp.org/v2/plays/3604543/?format=api",
    "airdate": "2026-01-15T05:00:22-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Outa‐Space",
    "track_id": null,
    "recording_id": "20a859a6-37e4-4a1b-b62a-d78e7b71aa88",
    "artist": "Billy Preston",
    "artist_ids": [
        "8a7cf497-dc5c-4523-932d-3fcbc9a69d38"
    ],
    "album": "I Wrote a Simple Song",
    "release_id": null,
    "release_group_id": "ff79a194-0f7d-4c1b-946d-99012bdb05b9",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Outa-Space” is an instrumental song by Billy Preston, released on December 20, 1971, as part of his debut full-length. The song features a prominent clavinet sound processed through a wah-wah pedal, creating its distinctive “spacy” feel. https://www.britannica.com/biography/Billy-Preston",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}