Information about plays

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

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

{
    "id": 3592614,
    "uri": "https://api.kexp.org/v2/plays/3592614/?format=api",
    "airdate": "2025-12-18T08:36:14-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sing a Simple Song",
    "track_id": "c8517d8d-e84d-4671-accc-12e13c28a5f3",
    "recording_id": "1eaf4ecb-56b6-4c92-b8ae-bb3d3de69809",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Stand!",
    "release_id": "0425074d-a3e9-4b4c-ba0e-de34f15384a9",
    "release_group_id": "86871123-60e4-30a5-aae3-36e810e0964b",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1969-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stone formed the band with three of his younger siblings – Freddie, Rose and Vet. They were joined by musicians Larry Graham, Jerry Martini, Cynthia Robinson and Greg Errico.\n--\n\"Stand!\" is one of the greatest albums ever released and features \"Sing a Simple Song\", \"I Want to Take You Higher\", \"Stand!\", \"Everyday People\", and \"You Can Make It If You Try\". This song has been sampled more than 450 times. Want to watch something great? Of course you do. Sly on the Ed Sullivan show. https://www.youtube.com/watch?v=u8r32Scvbds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}