Information about plays

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

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

{
    "id": 3546192,
    "uri": "https://api.kexp.org/v2/plays/3546192/?format=api",
    "airdate": "2025-08-29T06:25:10-07:00",
    "show": 64416,
    "show_uri": "https://api.kexp.org/v2/shows/64416/?format=api",
    "image_uri": "https://coverartarchive.org/release/7cbed919-6607-4ec7-b2ab-98a123205aca/37625071219-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7cbed919-6607-4ec7-b2ab-98a123205aca/37625071219-250.jpg",
    "song": "The Love You Save (May Be Your Own)",
    "track_id": null,
    "recording_id": "d0c45d0d-9ba2-44fa-aa03-aa6c2561c864",
    "artist": "Joe Tex",
    "artist_ids": [
        "bb25e0ba-fd11-4d2a-8ec3-f5674f67c874"
    ],
    "album": "The Love You Save (May Be Your Own) / If Sugar Was as Sweet as You",
    "release_id": null,
    "release_group_id": "51d1a51d-69ee-4e0d-a99a-b2f4e1ea5a7c",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1966-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Love You Save (May Be Your Own)\" is a soul classic by Joe Tex, first released in 1966 at the height of the civil rights era. The song features Joe Tex's signature gospel-inspired delivery and blends advice about love with a poignant, coded message about social struggles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}