Information about plays

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

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

{
    "id": 3573776,
    "uri": "https://api.kexp.org/v2/plays/3573776/?format=api",
    "airdate": "2025-11-04T05:10:46-08:00",
    "show": 65019,
    "show_uri": "https://api.kexp.org/v2/shows/65019/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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 Very Best of Joe Tex",
    "release_id": null,
    "release_group_id": "74638577-2c63-321e-a399-78d34398e6da",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1996-11-19",
    "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"
}