Information about plays

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

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

{
    "id": 3583869,
    "uri": "https://api.kexp.org/v2/plays/3583869/?format=api",
    "airdate": "2025-11-28T01:28:11-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "https://coverartarchive.org/release/98121801-78f9-4d51-bf60-2cd2ef0c6561/4107065377-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98121801-78f9-4d51-bf60-2cd2ef0c6561/4107065377-250.jpg",
    "song": "Suzy Creamcheese",
    "track_id": null,
    "recording_id": "e7c60264-53d8-4c58-90d8-227e5d9932fb",
    "artist": "Teddy and His Patches",
    "artist_ids": [
        "50c2ff26-4f51-4ba0-84b5-d039778b248f"
    ],
    "album": "Suzy Creamcheese / From Day To Day",
    "release_id": null,
    "release_group_id": "19a06678-5530-4cc4-b57e-d95c694a5c25",
    "labels": [
        "Chance Records"
    ],
    "label_ids": [
        "7961b39b-b987-472f-adac-ff90c913828a"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}