Information about plays

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

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

{
    "id": 3556049,
    "uri": "https://api.kexp.org/v2/plays/3556049/?format=api",
    "airdate": "2025-09-21T20:11:42-07:00",
    "show": 64626,
    "show_uri": "https://api.kexp.org/v2/shows/64626/?format=api",
    "image_uri": "https://coverartarchive.org/release/46abbe76-0bd8-4465-af7f-f23cae7fafc9/42367857024-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/46abbe76-0bd8-4465-af7f-f23cae7fafc9/42367857024-250.jpg",
    "song": "Law of the Land",
    "track_id": null,
    "recording_id": "003d92b7-05cb-434e-8f74-30154f0628ee",
    "artist": "The Undisputed Truth",
    "artist_ids": [
        "5e676b63-5c50-4c86-88d8-54243bba76d9"
    ],
    "album": "Law of the Land",
    "release_id": null,
    "release_group_id": "6ac43eed-b82b-3bdf-a906-4961e2864334",
    "labels": [
        "Gordy"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Law of the Land is the third album by the Norman Whitfield's Motown group The Undisputed Truth.\n\nThe Undisputed Truth released \"Law of the Land\" on the album of the same name in 1973. \n\nThe Undisputed Truth was a Motown recording act assembled by record producer Norman Whitfield to experiment with his psychedelic soul production techniques. Joe \"Pep\" Harris served as main lead singer, with Billie Rae Calvin and Brenda Joyce Evans on additional leads and background vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}