Information about plays

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

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

{
    "id": 3547441,
    "uri": "https://api.kexp.org/v2/plays/3547441/?format=api",
    "airdate": "2025-09-01T05:18:57-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?format=api",
    "image_uri": "https://ia601402.us.archive.org/20/items/mbid-a1073cba-2d9b-40dd-950b-20efd7ebac4f/mbid-a1073cba-2d9b-40dd-950b-20efd7ebac4f-8821000342_thumb500.jpg",
    "thumbnail_uri": "https://ia801402.us.archive.org/20/items/mbid-a1073cba-2d9b-40dd-950b-20efd7ebac4f/mbid-a1073cba-2d9b-40dd-950b-20efd7ebac4f-8821000342_thumb250.jpg",
    "song": "Working Class Hero",
    "track_id": "00c47b5d-7eb3-3186-8969-68d54449195c",
    "recording_id": "8b0263ab-cca7-4c22-9214-668d5e871088",
    "artist": "John Lennon",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "Remember",
    "release_id": "a1073cba-2d9b-40dd-950b-20efd7ebac4f",
    "release_group_id": "7920d023-2e81-380f-a9f2-7e783e777b9d",
    "labels": [
        "Hear Music"
    ],
    "label_ids": [
        "dd3af2fc-d94b-44f0-8aa3-78c5d3246001"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stridently political, the song is a commentary on the difference between social classes. According to Lennon, it is about working class people being processed into the middle classes, into the \"machine\". Lennon also said, \"I think it's a revolutionary song – it's really just revolutionary. I just think its concept is revolutionary. I hope it's for workers and not for tarts and fags. I hope it's about what \"Give Peace a Chance\" was about. But I don't know – on the other hand, it might just be ignored. I think it's for the people like me who are working class, who are supposed to be processed into the middle classes, or into the machinery. It's my experience, and I hope it's just a warning to people, Working Class Hero.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}