Information about plays

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

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

{
    "id": 3589202,
    "uri": "https://api.kexp.org/v2/plays/3589202/?format=api",
    "airdate": "2025-12-10T04:25:32-08:00",
    "show": 65336,
    "show_uri": "https://api.kexp.org/v2/shows/65336/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On Children",
    "track_id": null,
    "recording_id": "262771b0-5f87-4271-98f2-c6b1c27743eb",
    "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": "Sweet Honey in the Rock are an all-female, African-American a cappella ensemble. They are a three-time Grammy Award–nominated troupe who express their history as black women through song, dance, and sign language.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}