Information about plays

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

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

{
    "id": 3544380,
    "uri": "https://api.kexp.org/v2/plays/3544380/?format=api",
    "airdate": "2025-08-24T20:31:28-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'd Rather Switch Than Fight",
    "track_id": null,
    "recording_id": "09a2449c-df8d-49af-8586-6c25a6405e2c",
    "artist": "South Shore Commission",
    "artist_ids": [
        "32e027a7-632f-4fe8-9c91-fcc33e77fd99"
    ],
    "album": "South Shore Commission",
    "release_id": null,
    "release_group_id": "d9c34024-5120-4f8e-b624-786c78087094",
    "labels": [
        "Wand"
    ],
    "label_ids": [
        "4fdb9f77-9b20-458b-beba-b4f0abebcc27"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "South Shore Commission released \"I'd Rather Switch Than Fight\" in 1975 on their eponymous album on the Wand label.\n\nSouth Shore Commission were a soul/funk band from Washington D.C. that released a stand-alone single called \"Right On Brother\" on the Atlantic Records label in 1970. A self-titled album followed in 1975 on Wand records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}