Information about plays

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

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

{
    "id": 3571640,
    "uri": "https://api.kexp.org/v2/plays/3571640/?format=api",
    "airdate": "2025-10-30T02:17:38-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "https://coverartarchive.org/release/3423ca62-7010-45f8-b91f-4f569ad389b0/2192463195-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3423ca62-7010-45f8-b91f-4f569ad389b0/2192463195-250.jpg",
    "song": "Arrest the President",
    "track_id": null,
    "recording_id": "1b129e2f-03a6-4ba1-9e7f-f8233135beb7",
    "artist": "Intelligent Hoodlum",
    "artist_ids": [
        "d02c7851-a554-4318-bf95-f049a51b2fc8"
    ],
    "album": "Intelligent Hoodlum",
    "release_id": null,
    "release_group_id": "9ae70f6a-27b6-3886-a03d-f939599e4309",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Intelligent Hoodlum\" is the debut studio album by the American rapper Intelligent Hoodlum, later known as Tragedy Khadafi (Percy Lee Chapman).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}