Information about plays

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

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

{
    "id": 3589413,
    "uri": "https://api.kexp.org/v2/plays/3589413/?format=api",
    "airdate": "2025-12-10T16:44:38-08:00",
    "show": 65341,
    "show_uri": "https://api.kexp.org/v2/shows/65341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Taste of Honey",
    "track_id": "3e3e27e5-e3e4-4eaa-a988-3ebc55c9927d",
    "recording_id": "bf6f07fc-bfad-4325-bde7-13eeeef830d8",
    "artist": "Herb Alpert's Tijuana Brass",
    "artist_ids": [
        "012ef4f9-2d35-4000-86e5-bc761f87dab9"
    ],
    "album": "A Taste of Honey / Love Potion Number Nine",
    "release_id": "d385996d-ccea-48e8-925c-ab0a440509f8",
    "release_group_id": "caa00246-f5b6-42db-9ce3-bef3823c3a36",
    "labels": [
        "Festival Records"
    ],
    "label_ids": [
        "85df3f99-9072-44d5-a53a-0f1b41f5b57b"
    ],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Herb Alpert's Tijuana Brass with their version of the theme to the 1960 Broadway play \"A Taste of Honey\".  Their version won the Record of the Year at the 1966 Grammy Awards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}