Information about plays

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

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

{
    "id": 3596576,
    "uri": "https://api.kexp.org/v2/plays/3596576/?format=api",
    "airdate": "2025-12-27T04:03:00-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rule 31",
    "track_id": "e3920724-ee66-4139-88a9-42a84ba59420",
    "recording_id": "f1c354c8-d36d-4d77-be7f-94551ba7bfe5",
    "artist": "Radio Free Alice",
    "artist_ids": [
        "8af999e2-b2f7-4095-af72-ba91b2683a16"
    ],
    "album": "Rule 31",
    "release_id": "f30a9c35-b643-4679-9d59-608e2a5f1b9a",
    "release_group_id": "9d37e231-cf01-4c74-bc9a-93519a9fbfb7",
    "labels": [
        "Double Drummer"
    ],
    "label_ids": [
        "07643799-da88-4a5e-b28f-db3687f072aa"
    ],
    "release_date": "2025-11-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Radio Free Alice is a high-energy, post-punk band from Melbourne, Australia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}