Information about plays

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

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

{
    "id": 3549859,
    "uri": "https://api.kexp.org/v2/plays/3549859/?format=api",
    "airdate": "2025-09-07T01:48:27-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Countdown to Terror",
    "track_id": null,
    "recording_id": "19a3aa42-0fa9-4928-9e24-d964868e0c3a",
    "artist": "Acridity",
    "artist_ids": [
        "323cd782-4bbf-44f9-b09e-98362079ab80"
    ],
    "album": "For Freedom I Cry",
    "release_id": null,
    "release_group_id": "4cd4ca7c-a553-4493-a0c8-5c56f1b7c5dc",
    "labels": [
        "Divebomb Records"
    ],
    "label_ids": [
        "0fc12ac3-aed7-49dd-827c-02b136162a25"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Band members were teenagers when they formed Acridity in Victoria, Texas in 1986.  They would change their name to The Gaia Foundation in 1993.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}