Information about plays

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

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

{
    "id": 3549865,
    "uri": "https://api.kexp.org/v2/plays/3549865/?format=api",
    "airdate": "2025-09-07T02:12:46-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "https://ia801400.us.archive.org/12/items/mbid-6ab8e549-13bc-39c0-b947-423ada5ee844/mbid-6ab8e549-13bc-39c0-b947-423ada5ee844-29746657102_thumb500.jpg",
    "thumbnail_uri": "https://ia801400.us.archive.org/12/items/mbid-6ab8e549-13bc-39c0-b947-423ada5ee844/mbid-6ab8e549-13bc-39c0-b947-423ada5ee844-29746657102_thumb250.jpg",
    "song": "Marching the Hate Machines (Into the Sun)",
    "track_id": "56a03f9f-087a-35e0-9f46-2069966865f9",
    "recording_id": "6c710b9d-f9c2-4807-a11c-4ba8672bb5ce",
    "artist": "Thievery Corporation feat. The Flaming Lips",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9",
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "The Cosmic Game",
    "release_id": "6ab8e549-13bc-39c0-b947-423ada5ee844",
    "release_group_id": "46a4c350-5d39-39e5-8ce8-d94dda896412",
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "release_date": "2005-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Let's start by making it clear who is the enemy here.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}