Information about plays

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

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

{
    "id": 3598819,
    "uri": "https://api.kexp.org/v2/plays/3598819/?format=api",
    "airdate": "2026-01-01T12:37:39-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby",
    "track_id": "d5d0ec7e-8edf-4627-a976-abf768f63d99",
    "recording_id": "f25b02e2-b48e-4b82-bbaa-7d45c97b4657",
    "artist": "The Babies",
    "artist_ids": [
        "76f7a41e-cb66-42cd-949f-4f62b04db9da"
    ],
    "album": "Our House on the Hill",
    "release_id": "50fa2ab3-6d1f-44cf-87bb-0b42befa9c48",
    "release_group_id": "d8ad7d47-71c8-47e7-993e-cbd6e624ef0d",
    "labels": [
        "Woodsist"
    ],
    "label_ids": [
        "f4b10497-515a-459b-a01b-3667eb8170e8"
    ],
    "release_date": "2012-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The second album from Woods bassist Kevin Morby's band with Vivian Girls frontwoman Cassie Ramone finds them adding country inflections.\" https://pitchfork.com/reviews/albums/17296-our-house-on-the-hill/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}