Information about plays

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

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

{
    "id": 3554748,
    "uri": "https://api.kexp.org/v2/plays/3554748/?format=api",
    "airdate": "2025-09-18T21:20:08-07:00",
    "show": 64597,
    "show_uri": "https://api.kexp.org/v2/shows/64597/?format=api",
    "image_uri": "https://coverartarchive.org/release/ccf8bdce-f8a6-4351-bb72-56c3d0d41cef/41366342895-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ccf8bdce-f8a6-4351-bb72-56c3d0d41cef/41366342895-250.jpg",
    "song": "Kakashi",
    "track_id": null,
    "recording_id": "e412908d-4569-4b22-aa5e-9d375704285a",
    "artist": "So-Do",
    "artist_ids": [
        "e377ed83-fcae-4ece-ac26-20dd3dca9881"
    ],
    "album": "Studio Works '83-'85",
    "release_id": null,
    "release_group_id": "4e0ced4a-9ba0-49f0-93e2-9e71e8af2281",
    "labels": [
        "Time Capsule"
    ],
    "label_ids": [
        "1de68231-92eb-46d0-ae7f-ec50cd1c0174"
    ],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "So-Do was an early 80's Japanese post-punk/dub band formed in Nagano. They are considered a pivotal band in Japan's nascent independent music scene, connecting with the avant-garde and new wave scenes of the era.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}