Information about plays

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

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

{
    "id": 3598664,
    "uri": "https://api.kexp.org/v2/plays/3598664/?format=api",
    "airdate": "2026-01-01T02:54:13-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "https://coverartarchive.org/release/296f8a54-eff7-3c6a-9857-164c05479c09/24569780625-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/296f8a54-eff7-3c6a-9857-164c05479c09/24569780625-250.jpg",
    "song": "So Fresh, So Clean",
    "track_id": null,
    "recording_id": "50348531-e601-4053-8f19-16b375fed767",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Stankonia",
    "release_id": null,
    "release_group_id": "00d2cd53-21c9-3738-b683-56847b7b0040",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2000-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OutKast was selected for the Rock Hall of Fame Class of 2025, making them one of the few hip-hop artists there.: https://www.xxlmag.com/outkast-rock-and-roll-hall-of-fame-inductees/\n--\nOutKast performed \"So Fresh, So Clean\" at the BET Awards in 2001: https://www.facebook.com/TheBETAwards/videos/bet-awards-2001-outkast-so-fresh-so-clean/585381040599256/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}