Information about plays

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

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

{
    "id": 3524802,
    "uri": "https://api.kexp.org/v2/plays/3524802/?format=api",
    "airdate": "2025-07-09T16:01:52-07:00",
    "show": 63967,
    "show_uri": "https://api.kexp.org/v2/shows/63967/?format=api",
    "image_uri": "https://coverartarchive.org/release/2efc9b51-ab8a-3b10-883d-5821a6da989e/18788031122-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2efc9b51-ab8a-3b10-883d-5821a6da989e/18788031122-250.jpg",
    "song": "Journey in Satchidananda",
    "track_id": null,
    "recording_id": "cc789d0a-8423-45fe-be44-7dc392744592",
    "artist": "Alice Coltrane",
    "artist_ids": [
        "d24fc285-7b2f-47da-8ac5-4070b08570b1"
    ],
    "album": "Journey in Satchidananda",
    "release_id": null,
    "release_group_id": "cf154081-2678-3778-95cf-cd31c4ea5dfe",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alice Coltrane Info. Starter Pack: https://www.alicecoltrane.com/\nAlice Coltrane Turiyasangitananda was an American jazz pianist, organist, harpist, singer, composer, swamini, and the wife of John Coltrane. Turiyasangitananda translates as the Transcendental Lord’s highest song of Bliss.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}