Information about plays

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

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

{
    "id": 3552409,
    "uri": "https://api.kexp.org/v2/plays/3552409/?format=api",
    "airdate": "2025-09-13T06:44:43-07:00",
    "show": 64548,
    "show_uri": "https://api.kexp.org/v2/shows/64548/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Femme Fatale",
    "track_id": null,
    "recording_id": "7cdba496-e05a-4bdb-b728-dbb404c13513",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "The Great Banana",
    "release_id": null,
    "release_group_id": "1a3e7766-8e55-4d6d-b591-b9a752230d26",
    "labels": [
        "Oil Well"
    ],
    "label_ids": [
        "41edeb52-bbe1-4fd9-b1a2-842d89cace1e"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}