Information about plays

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

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

{
    "id": 3549720,
    "uri": "https://api.kexp.org/v2/plays/3549720/?format=api",
    "airdate": "2025-09-06T19:17:32-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/b64e0701-621a-49aa-b7a7-3bcd3e0fad75/41342699298-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b64e0701-621a-49aa-b7a7-3bcd3e0fad75/41342699298-250.jpg",
    "song": "Wicked Games",
    "track_id": null,
    "recording_id": "2764cbc7-17f5-4dca-9485-a2a18d395ae7",
    "artist": "La Favi & Yawns",
    "artist_ids": [
        "caf0a008-3104-4682-ba7a-b6693c6af17c",
        "fb69c941-0615-4737-93cd-77057c6444b1"
    ],
    "album": "14 Mission",
    "release_id": null,
    "release_group_id": "a00165e5-e634-48de-b2fb-bccb693895b9",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Industrial meets Latinx Goth from SF's own La Favi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}