Information about plays

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

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

{
    "id": 3580594,
    "uri": "https://api.kexp.org/v2/plays/3580594/?format=api",
    "airdate": "2025-11-20T09:29:46-08:00",
    "show": 65160,
    "show_uri": "https://api.kexp.org/v2/shows/65160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Your Hands Go",
    "track_id": "cf5a667b-2a2c-4663-8785-64d359cba396",
    "recording_id": "2b631f0d-0e49-43d6-a0e6-ffab66e69724",
    "artist": "GUV",
    "artist_ids": [
        "01f841ab-58b4-41b5-b186-f8a5a5507688"
    ],
    "album": "Warmer Than Gold",
    "release_id": "1c83f728-d90c-4dff-8611-7104ae5918e1",
    "release_group_id": "19243a36-c135-4a93-a23b-e6faaad42530",
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Double shot! Now THAT is f'd up. See, it's funny cuz, well, um, you know, he was in...sigh. Is it hot in here? Seems hot in here. Can't breath.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}