Information about plays

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

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

{
    "id": 3582057,
    "uri": "https://api.kexp.org/v2/plays/3582057/?format=api",
    "airdate": "2025-11-23T19:52:33-08:00",
    "show": 65191,
    "show_uri": "https://api.kexp.org/v2/shows/65191/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d09009d-ae7b-4ec7-9e0f-4be3f6ff1f94/16196929653-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d09009d-ae7b-4ec7-9e0f-4be3f6ff1f94/16196929653-250.jpg",
    "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": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "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"
}