Information about plays

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

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

{
    "id": 3634869,
    "uri": "https://api.kexp.org/v2/plays/3634869/?format=api",
    "airdate": "2026-03-28T22:00:15-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "https://coverartarchive.org/release/624d7026-12bc-46fe-ab0a-b7e579038685/27119337962-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/624d7026-12bc-46fe-ab0a-b7e579038685/27119337962-250.jpg",
    "song": "Clockout",
    "track_id": null,
    "recording_id": "cd403c8f-1384-4b0b-9841-229eb1e7ab28",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Duty Now for the Future",
    "release_id": null,
    "release_group_id": "ae44cba8-7d73-3814-9dd4-fc30e1b6fb9c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}