Information about plays

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

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

{
    "id": 3658283,
    "uri": "https://api.kexp.org/v2/plays/3658283/?format=api",
    "airdate": "2026-05-23T00:25:26-07:00",
    "show": 66788,
    "show_uri": "https://api.kexp.org/v2/shows/66788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crept and We Came",
    "track_id": null,
    "recording_id": "da7020f5-9d46-42a9-8a06-da3bb997f6d5",
    "artist": "Bone Thugs‐n‐Harmony",
    "artist_ids": [
        "2fa45bbb-0efb-4950-9d40-94bf23cbfec1"
    ],
    "album": "E. 1999 Eternal",
    "release_id": null,
    "release_group_id": "5262e658-652f-33aa-af8f-6af28c2da7aa",
    "labels": [
        "Ruthless Records"
    ],
    "label_ids": [
        "52fa5738-5b7c-4748-b239-3b867504c46a"
    ],
    "release_date": "1995-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}