Information about plays

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

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

{
    "id": 3562705,
    "uri": "https://api.kexp.org/v2/plays/3562705/?format=api",
    "airdate": "2025-10-08T13:51:37-07:00",
    "show": 64780,
    "show_uri": "https://api.kexp.org/v2/shows/64780/?format=api",
    "image_uri": "https://ia600209.us.archive.org/26/items/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2-2550830353_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/26/items/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2-2550830353_thumb250.jpg",
    "song": "Guerrilla Radio",
    "track_id": "e88f0eb2-1765-387f-8377-6f62fa84bf89",
    "recording_id": "3a98b840-1e18-4ef1-80cd-85041534bf1b",
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "The Battle of Los Angeles",
    "release_id": "5a324464-95dc-3366-8ff5-7ab376a1bca2",
    "release_group_id": "25e72bf4-09fc-3e66-9d31-9247d91b4819",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#299 in YOUR countdown of favorite albums. \n--\n\"Lights out, guerrilla radio\nTurn that s**t up...\" Here are the lyrics to the first single from \"The Battle of Los Angeles\": https://genius.com/Rage-against-the-machine-guerrilla-radio-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}