Information about plays

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

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

{
    "id": 3596103,
    "uri": "https://api.kexp.org/v2/plays/3596103/?format=api",
    "airdate": "2025-12-26T03:34:58-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay Up Late",
    "track_id": "b1fabd5d-c70d-3fca-b7e8-4bb86cbbc529",
    "recording_id": "bda155a8-a8e3-4fdc-938f-655f2a23cd29",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Little Creatures",
    "release_id": "351bc17b-cbf4-446e-bc9e-5c1db55c6c2d",
    "release_group_id": "8d8aadcd-fcd6-3e0f-b17e-3ec2d88e65d3",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Mark in Cantebury, England\n\n---\n\nIn 1989, Byrne licensed the lyrics for this song (about a little kid who wants to keep the baby up all night) for a children’s book, with images by illustrator Maira Kalman. \n\nhttps://magnetmagazine.com/2010/01/19/the-overunder-talking-heads/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}