Information about plays

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

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

{
    "id": 3575191,
    "uri": "https://api.kexp.org/v2/plays/3575191/?format=api",
    "airdate": "2025-11-07T16:25:29-08:00",
    "show": 65047,
    "show_uri": "https://api.kexp.org/v2/shows/65047/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-f96df5d2-4ef9-3ef4-a4be-c743802b6f1e/mbid-f96df5d2-4ef9-3ef4-a4be-c743802b6f1e-7946180530_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-f96df5d2-4ef9-3ef4-a4be-c743802b6f1e/mbid-f96df5d2-4ef9-3ef4-a4be-c743802b6f1e-7946180530_thumb250.jpg",
    "song": "Pitch the Baby",
    "track_id": "16aa3937-408c-4cf9-80ef-4a04acec05fd",
    "recording_id": "5454fba9-11a4-4ded-9ab2-76b44eae0a1d",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Heaven or Las Vegas",
    "release_id": "54f26ded-77c0-4c31-ac72-c53680ff3c6d",
    "release_group_id": "12fab6b9-4eaf-33b0-963e-cae03ac332fe",
    "labels": [
        "4AD",
        "Rough Trade Germany"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "6a75e34d-4fa9-47ca-b822-1c7b59903a4f"
    ],
    "release_date": "1990-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Pitch the Baby\" is about Cocteau Twins singer Elizabeth Fraser's pregnancy and childbirth. The song, as with most of Heaven Or Las Vegas, marked a departure in Fraser's approach to writing lyrics. Previously, she'd used nonsense words and words from languages she couldn't speak or understand. With \"Pitch The Baby,\" she'd begun to sing about more concrete subjects. Here  are the lyrics: https://www.songfacts.com/lyrics/cocteau-twins/pitch-the-baby",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}