Information about plays

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

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

{
    "id": 3584599,
    "uri": "https://api.kexp.org/v2/plays/3584599/?format=api",
    "airdate": "2025-11-29T17:08:49-08:00",
    "show": 65243,
    "show_uri": "https://api.kexp.org/v2/shows/65243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Queen of the House",
    "track_id": null,
    "recording_id": null,
    "artist": "Judy Miller",
    "artist_ids": [
        "dac0f13d-7c59-44de-9564-19ecd739d154"
    ],
    "album": "Queen of the House",
    "release_id": null,
    "release_group_id": "a8244f8d-197c-4a0b-8336-e12a3972c221",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1941! She was the second female artist to win a country music accolade at the Grammys. She passed away in 2022 at the age of 80.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}