Information about plays

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

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

{
    "id": 3626546,
    "uri": "https://api.kexp.org/v2/plays/3626546/?format=api",
    "airdate": "2026-03-07T21:31:38-08:00",
    "show": 66122,
    "show_uri": "https://api.kexp.org/v2/shows/66122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Violence Grows",
    "track_id": null,
    "recording_id": "e2230257-4fbb-44e7-b189-a705ac6926ac",
    "artist": "Fatal Microbes",
    "artist_ids": [
        "6078c333-492f-4e43-9bd1-a251359d0e0a"
    ],
    "album": "Violence Grows EP",
    "release_id": null,
    "release_group_id": "57581bc0-acac-3b7b-8990-e6686807010d",
    "labels": [
        "Small Wonder Records"
    ],
    "label_ids": [
        "7d329d78-1945-4551-99d3-98133f941dd0"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fatal Microbes were an English band formed in 1978 and only lasted for one year.  Members went on to form Rubella Ballet and vocalist Honey Bane had a solo career and became a model.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}