Information about plays

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

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

{
    "id": 3583791,
    "uri": "https://api.kexp.org/v2/plays/3583791/?format=api",
    "airdate": "2025-11-27T20:20:59-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreams Come True",
    "track_id": null,
    "recording_id": "173449c7-5ec1-44dc-ba18-7580d36a1374",
    "artist": "S.E.S.",
    "artist_ids": [
        "62814dab-64fe-4b70-b870-81c0145ba552"
    ],
    "album": "REACH OUT",
    "release_id": null,
    "release_group_id": "39277576-f7bd-3bac-b7fe-7fb1b2ed8cfa",
    "labels": [
        "vap"
    ],
    "label_ids": [
        "ba0129fd-92d8-4a59-a09b-cbe3ed069646"
    ],
    "release_date": "1999-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S.E.S. was a South Korean girl group formed in 1997 by SM Entertainment, featuring three members: Bada, Eugene, and Shoo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}