Information about plays

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

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

{
    "id": 3572818,
    "uri": "https://api.kexp.org/v2/plays/3572818/?format=api",
    "airdate": "2025-11-01T22:08:00-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff9b80b4-f3dd-4938-a900-eddc7c6b4cb9/35882001795-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ff9b80b4-f3dd-4938-a900-eddc7c6b4cb9/35882001795-250.jpg",
    "song": "Grandpa’s Not a Racist (He Just Voted for One)",
    "track_id": null,
    "recording_id": "eb94f830-9b92-4c45-b870-2253c165219e",
    "artist": "The Dead Milkmen",
    "artist_ids": [
        "cdd2e0f0-703d-454d-b5c7-cc3bb6dd5552"
    ],
    "album": "Quaker City Quiet Pills",
    "release_id": null,
    "release_group_id": "e2d89fb7-66e9-4401-a53a-c12cf8da4960",
    "labels": [
        "The Giving Groove"
    ],
    "label_ids": [
        "42f2abdb-29f2-4bda-8a74-60945bd43e2b"
    ],
    "release_date": "2023-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dead Milkmen just released a new 7\" a couple of weeks ago.  You can check it out on their Bandcamp page.\n\nhttps://thedeadmilkmen1.bandcamp.com/album/janitor-babys-on-fire\nhttps://www.facebook.com/thedeadmilkmen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}