Information about plays

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

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

{
    "id": 3611072,
    "uri": "https://api.kexp.org/v2/plays/3611072/?format=api",
    "airdate": "2026-01-30T14:38:51-08:00",
    "show": 65794,
    "show_uri": "https://api.kexp.org/v2/shows/65794/?format=api",
    "image_uri": "https://ia601603.us.archive.org/13/items/mbid-22f6cbf4-bc17-4e61-bee9-77f86134426c/mbid-22f6cbf4-bc17-4e61-bee9-77f86134426c-8972699010_thumb500.jpg",
    "thumbnail_uri": "https://ia801603.us.archive.org/13/items/mbid-22f6cbf4-bc17-4e61-bee9-77f86134426c/mbid-22f6cbf4-bc17-4e61-bee9-77f86134426c-8972699010_thumb250.jpg",
    "song": "Your Racist Friend",
    "track_id": "6cdd54e9-478b-4437-9834-a810afbde3b2",
    "recording_id": "27c4e7bd-81f1-4674-8625-4da779777523",
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Flood",
    "release_id": "22f6cbf4-bc17-4e61-bee9-77f86134426c",
    "release_group_id": "9eed8bfd-2eb6-3e02-a1ac-8cd9b2628ce6",
    "labels": [
        "Elektra Entertainment",
        "Columbia House"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d",
        "0b6073f1-78a5-4078-bc01-22d7b05d0b7a"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TMBG's John Flansburgh explained:\n\"I think anybody has had that - you go somewhere, you go to a dinner party, you go to a regular party, you go hang out with distant relatives, whatever, you're going to experience people making casual weird comments, unexamined comments that you wish they would examine. That's now the world we live in. And I think in a way the song's kind of just venting.\"\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}