Information about plays

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

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

{
    "id": 3593708,
    "uri": "https://api.kexp.org/v2/plays/3593708/?format=api",
    "airdate": "2025-12-20T22:27:04-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reason for the Season",
    "track_id": null,
    "recording_id": "2f7311d3-7f12-49f9-a567-487e728cebd8",
    "artist": "Jon Cougar Concentration Camp",
    "artist_ids": [
        "85c2e1bd-8fdc-466b-a6da-1ad23f327a1b"
    ],
    "album": "Hot Shit",
    "release_id": null,
    "release_group_id": "843eed07-f6dc-3fb5-9900-fc5b6e11f0df",
    "labels": [
        "BYO Records"
    ],
    "label_ids": [
        "22d95710-afed-488e-b97b-9f85c74bbe20"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band formed in San Diego in 1994 and named themselves as a pun on musician John Cougar Mellencamp's stage name. In fact, their name was included in a \"100 Best Band Names of All Time\" list by Paste Magazine in December 2009. https://www.pastemagazine.com/music/the-100-best-band-names-of-all-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}