Information about plays

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

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

{
    "id": 3591807,
    "uri": "https://api.kexp.org/v2/plays/3591807/?format=api",
    "airdate": "2025-12-16T09:11:39-08:00",
    "show": 65393,
    "show_uri": "https://api.kexp.org/v2/shows/65393/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pinball Number Count",
    "track_id": "fc9071c7-b950-3651-ac10-32bde4456c0f",
    "recording_id": "a5602613-e62a-4684-bb06-fadab171da7e",
    "artist": "The Pointer Sisters",
    "artist_ids": [
        "81bac815-97c5-4723-8f0b-4d8edfad1010"
    ],
    "album": "Songs From the Street: 35 Years of Music",
    "release_id": "dded88f7-6789-44ae-ac55-186e4ae191dc",
    "release_group_id": "0a55844a-9b4b-34f8-91f5-a56912d5f25f",
    "labels": [
        "Sony Wonder"
    ],
    "label_ids": [
        "24681a1b-c1ec-4f0b-b800-36d5b3814740"
    ],
    "release_date": "2003-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pinball Number Count (or Pinball Countdown) is a collective title referring to 11 one-minute animated segments on the children's television series Sesame Street that teach children to count to 12 by following the journey of a pinball through a fanciful pinball machine. These counting sessions ran on Sesame Street from 1977 to 2002.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}