Information about plays

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

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

{
    "id": 3596069,
    "uri": "https://api.kexp.org/v2/plays/3596069/?format=api",
    "airdate": "2025-12-26T01:19:15-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Swear, I Really Wanted to Make a “Rap” Album but This Is Literally the Way the Wind Blew Me This Time",
    "track_id": "81febc8c-6e58-4fe7-a2c1-b38f383fb58b",
    "recording_id": "90e038fe-91bc-4e5c-b9a7-ddb0488d9c4a",
    "artist": "André 3000",
    "artist_ids": [
        "f563a1a9-069b-41ed-8b3b-e1b1a6f5b34b"
    ],
    "album": "New Blue Sun",
    "release_id": "a1b8c20c-cde9-4caa-bcbc-bd7fa27841a2",
    "release_group_id": "4a2445e0-58b6-42cb-b845-c7ea06c1b39c",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2023-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\nOpening track from the new 87 minute long ambient flute album from Andre 3000.\nhttps://variety.com/2024/music/concert-reviews/outkast-andre-3000-flute-new-blue-sun-tour-concert-review-1235892098/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}