Information about plays

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

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

{
    "id": 3627556,
    "uri": "https://api.kexp.org/v2/plays/3627556/?format=api",
    "airdate": "2026-03-10T22:47:32-07:00",
    "show": 66148,
    "show_uri": "https://api.kexp.org/v2/shows/66148/?format=api",
    "image_uri": "https://coverartarchive.org/release/bafa7ac6-3dd2-4e1e-ab7a-001f03cbc395/4558708150-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bafa7ac6-3dd2-4e1e-ab7a-001f03cbc395/4558708150-250.jpg",
    "song": "Cue",
    "track_id": null,
    "recording_id": "b603cfd2-0896-4ee2-b6c6-f84c5f51fb3e",
    "artist": "Yellow Magic Orchestra",
    "artist_ids": [
        "ac5af671-1df0-4312-8b7b-e61992ecc883"
    ],
    "album": "BGM",
    "release_id": null,
    "release_group_id": "c07fe3c7-aeed-32c9-8954-fab33ef78f27",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1981-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}