Information about plays

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

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

{
    "id": 3596075,
    "uri": "https://api.kexp.org/v2/plays/3596075/?format=api",
    "airdate": "2025-12-26T01:46:12-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Song of Life (La-La-La)",
    "track_id": null,
    "recording_id": "807429fe-8218-49fd-b048-a4054ccec567",
    "artist": "Minnie Riperton & Patrice Rushen",
    "artist_ids": [
        "e842abf7-8a63-4602-8879-75958c2884a1",
        "a247b1b8-8f47-4568-9a89-fa16b4a2b77f"
    ],
    "album": "Love Lives Forever",
    "release_id": null,
    "release_group_id": "04acb159-5916-3f3d-a901-e0878c1afd6f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1980-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Johnny Pate & Richard Rudolph (Minnie's husband), released posthumously in 1980.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}