Information about plays

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

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

{
    "id": 3561554,
    "uri": "https://api.kexp.org/v2/plays/3561554/?format=api",
    "airdate": "2025-10-05T07:13:08-07:00",
    "show": 64752,
    "show_uri": "https://api.kexp.org/v2/shows/64752/?format=api",
    "image_uri": "https://coverartarchive.org/release/46ef66b9-17ec-4809-b3b2-88549cbff46a/2541862376-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/46ef66b9-17ec-4809-b3b2-88549cbff46a/2541862376-250.jpg",
    "song": "Monday ‐ Paracetamol",
    "track_id": null,
    "recording_id": "dc5660d9-9acc-4224-86fa-62f9264b73af",
    "artist": "Ulrich Schnauss",
    "artist_ids": [
        "29f6333a-b4c8-4416-8fdf-598bcef1122a"
    ],
    "album": "A Strangely Isolated Place",
    "release_id": null,
    "release_group_id": "8400092b-7af0-3fb5-b5ad-17c5800aa371",
    "labels": [
        "City Centre Offices"
    ],
    "label_ids": [
        "0912a668-581e-4643-9a38-195e65dcbce5"
    ],
    "release_date": "2003-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Let's meet up in the chill out room - https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}