Information about plays

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

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

{
    "id": 3590260,
    "uri": "https://api.kexp.org/v2/plays/3590260/?format=api",
    "airdate": "2025-12-12T18:51:52-08:00",
    "show": 65358,
    "show_uri": "https://api.kexp.org/v2/shows/65358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why-O",
    "track_id": null,
    "recording_id": "9132b25a-5014-4972-b3cb-ba10206375ac",
    "artist": "Beryl Cunningham",
    "artist_ids": [
        "33366c7b-b53a-434f-b51a-9c24a91020bc"
    ],
    "album": "Rio-evolutions Vol. 2",
    "release_id": null,
    "release_group_id": "2464e7ab-2bad-4702-99a3-fac5a5e7a484",
    "labels": [
        "Dejavu"
    ],
    "label_ids": [
        "ac81f71c-e782-4a41-9471-109d9bed4925"
    ],
    "release_date": "2005-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beryl Cunningham -- A Jamaican actress, singer, TV presenter (born in Montego Bay, 1946). She starred in the Italian movie erotic comedy of the 70's with the nicknamed Onda Nera (Black Wave). \n\nhttps://fourfliesrecords.bandcamp.com/track/why-o\n\nhttps://www.discogs.com/release/1804166-Beryl-Cunningham-Why-O-Tua",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}