Information about plays

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

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

{
    "id": 3663706,
    "uri": "https://api.kexp.org/v2/plays/3663706/?format=api",
    "airdate": "2026-06-04T15:54:26-07:00",
    "show": 66901,
    "show_uri": "https://api.kexp.org/v2/shows/66901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Style",
    "track_id": null,
    "recording_id": "12760e83-d16e-48fe-8c33-fdc57c3d0163",
    "artist": "M‐Beat",
    "artist_ids": [
        "bb7725b2-9ef5-4867-98fb-2a0366eb7a81"
    ],
    "album": "Golden Collections, Vol. II",
    "release_id": null,
    "release_group_id": "dfd6bbdf-ba7a-43e5-ad6e-86740009e36f",
    "labels": [
        "Renk Records"
    ],
    "label_ids": [
        "1244f9cc-af10-4107-862c-a7c89378af35"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Still another song that samples Foster Sylvers' classic \"Misdemeanor.\"\n--\nHere's an eleven-minute introduction to the bass and drum samples of M-Beat: https://www.youtube.com/watch?v=0YAc83-H894",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}