Information about plays

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

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

{
    "id": 3587200,
    "uri": "https://api.kexp.org/v2/plays/3587200/?format=api",
    "airdate": "2025-12-05T16:01:44-08:00",
    "show": 65295,
    "show_uri": "https://api.kexp.org/v2/shows/65295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atlantis to Interzone",
    "track_id": "4c58c0a1-ad21-4bd2-aa69-eb56d8ae24a4",
    "recording_id": "ffeed0b8-936f-4307-adb4-2a1acdffc90c",
    "artist": "Klaxons",
    "artist_ids": [
        "63011a8d-0117-4f7e-9991-1ef1f337ff70"
    ],
    "album": "Myths of the Near Future",
    "release_id": "160ee483-3703-48a1-ade7-6f75b62e148a",
    "release_group_id": "e46c2970-bc74-3f6e-add9-fcf8e87a5c4f",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song references the mythical lost city of Atlantis and the short story collection Interzone by William S. Burroughs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}