Information about plays

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

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

{
    "id": 3544965,
    "uri": "https://api.kexp.org/v2/plays/3544965/?format=api",
    "airdate": "2025-08-26T07:13:03-07:00",
    "show": 64392,
    "show_uri": "https://api.kexp.org/v2/shows/64392/?format=api",
    "image_uri": "https://ia800803.us.archive.org/25/items/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c-990572517_thumb500.jpg",
    "thumbnail_uri": "https://ia800803.us.archive.org/25/items/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c-990572517_thumb250.jpg",
    "song": "Sexx Laws",
    "track_id": "37f99c46-9ee0-361a-b2e6-9ab5770123c1",
    "recording_id": "30583afb-ce5b-4dac-9d22-ef2928b70bd5",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Midnite Vultures",
    "release_id": "53014f5f-355a-4bf3-aeab-70be7b6bb97c",
    "release_group_id": "4c5cd9dc-31b5-32b1-bd11-57081e83f8bb",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1999-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck said of the song's lyrics: \"It's me playing with the ridiculousness of those entrenched ideas about what a man does and what a woman can do. [..] I wanted to have fun with that, turn up that contrast a little bit without getting bogged down into preciousness and psychobabble.\"\n\nhttps://genius.com/Beck-sexx-laws-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}