Information about plays

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

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

{
    "id": 3548677,
    "uri": "https://api.kexp.org/v2/plays/3548677/?format=api",
    "airdate": "2025-09-04T03:15:11-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/36418d32-9c2e-4fb2-9f40-b6596d80b9e7/41034374273-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36418d32-9c2e-4fb2-9f40-b6596d80b9e7/41034374273-250.jpg",
    "song": "The 900 Number (original mix)",
    "track_id": null,
    "recording_id": "b25fa94e-4e09-4ce7-82a4-7cb54229871b",
    "artist": "The 45 King",
    "artist_ids": [
        "e1b9940a-3a38-4ead-8a95-d1dc0e572e9d"
    ],
    "album": "The 900 Number",
    "release_id": null,
    "release_group_id": "4320d2d7-fbd9-3bc5-9d67-5ea6eccf774d",
    "labels": [
        "Tuff City Records"
    ],
    "label_ids": [
        "5a23b420-6a1e-4c5e-a80a-61bd9eb1916c"
    ],
    "release_date": "1991-12-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "He adopted the moniker The 45 King because of his fondness for sampling old, obscure 45-r.p.m. records. He took the saxophone solo from the Marva Whitney tune \"Unwind Yourself\" and made it an integral part of \"The 900 Number.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}