Information about plays

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

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

{
    "id": 3601386,
    "uri": "https://api.kexp.org/v2/plays/3601386/?format=api",
    "airdate": "2026-01-07T11:15:07-08:00",
    "show": 65587,
    "show_uri": "https://api.kexp.org/v2/shows/65587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bulldog Skin",
    "track_id": "64d2974c-171f-3f95-8a1b-44ec2657f586",
    "recording_id": "fe63a254-c62d-486f-880d-e7d4a85007f8",
    "artist": "Guided by Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Mag Earwhig!",
    "release_id": "6e69d0af-df8f-3d6e-94a3-a61188e82ddb",
    "release_group_id": "bc2fb559-1938-34a5-b8b0-2e25e0e784f1",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1997-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bulldog Skin\" comes off of Dayton, Ohio, band Guided by Voices' 10th studio album, 'Mag Earwhig!'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}