Information about plays

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

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

{
    "id": 3611824,
    "uri": "https://api.kexp.org/v2/plays/3611824/?format=api",
    "airdate": "2026-02-01T09:19:20-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "https://coverartarchive.org/release/871d4e7c-b6e1-4834-b164-c179e402af91/35243902751-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/871d4e7c-b6e1-4834-b164-c179e402af91/35243902751-250.jpg",
    "song": "Lil Tipa-Tina",
    "track_id": null,
    "recording_id": "e26ecabd-aac5-490d-9027-0374b5790ae5",
    "artist": "The Five Swans",
    "artist_ids": [
        "ef3eeda9-5fe2-4e92-9fac-a3a02f19d35d"
    ],
    "album": "The Music City Story: Street Corner Doo Wop, Raw R&B and Soulful Sounds from Berkeley, California 1950–1975",
    "release_id": null,
    "release_group_id": "87b732c5-635c-48da-8c21-58a95f8dc30f",
    "labels": [
        "Ace"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It’s the Mardi Gras show in The Roadhouse today. Check out the full parade schedule here\nhttps://www.mardigrasneworleans.com/parades/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}