Information about plays

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

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

{
    "id": 3597835,
    "uri": "https://api.kexp.org/v2/plays/3597835/?format=api",
    "airdate": "2025-12-30T03:26:39-08:00",
    "show": 65512,
    "show_uri": "https://api.kexp.org/v2/shows/65512/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. Wolf (Extended Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "4am Kru",
    "artist_ids": [
        "ce2348e0-1819-4877-83d3-ed8c43133a5c"
    ],
    "album": "Mr. Wolf",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bigup 4am Kru for this track\n\nand Bigup my 3am Krew for rockin with me all 2025! Lighters up worldwide...\n\nhttps://4amkru.bandcamp.com/album/mr-wolf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}