Information about plays

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

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

{
    "id": 3586573,
    "uri": "https://api.kexp.org/v2/plays/3586573/?format=api",
    "airdate": "2025-12-04T04:51:37-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alla That's All Right, But",
    "track_id": null,
    "recording_id": "34b0928f-4900-43f3-b3ab-51b8cef1c2fd",
    "artist": "Sweet Honey in the Rock",
    "artist_ids": [
        "28b6ce62-5e14-443c-80b4-ebb8e04936e1"
    ],
    "album": "Breaths",
    "release_id": null,
    "release_group_id": "1127a151-e556-3832-b5fb-74c6e5a5bb3f",
    "labels": [
        "Flying Fish Records"
    ],
    "label_ids": [
        "ce559fbe-9868-4165-b6da-66a2080d7c8d"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An acapella song based on a poem by June Jordan. This band is an all-woman group - Grammy nominated. \"Hear the voice of water. Listen in the wind, To the sighs of the bush; This is the ancestors breathing.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}