Information about plays

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

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

{
    "id": 3583654,
    "uri": "https://api.kexp.org/v2/plays/3583654/?format=api",
    "airdate": "2025-11-27T12:26:30-08:00",
    "show": 65223,
    "show_uri": "https://api.kexp.org/v2/shows/65223/?format=api",
    "image_uri": "https://ia801807.us.archive.org/23/items/mbid-ba8d0528-07be-3ef8-8cd1-6793f342a96c/mbid-ba8d0528-07be-3ef8-8cd1-6793f342a96c-11743278960_thumb500.jpg",
    "thumbnail_uri": "https://ia801807.us.archive.org/23/items/mbid-ba8d0528-07be-3ef8-8cd1-6793f342a96c/mbid-ba8d0528-07be-3ef8-8cd1-6793f342a96c-11743278960_thumb250.jpg",
    "song": "Bastards of Young",
    "track_id": "274f10ec-bb77-31bd-ab12-d992fe5c25cb",
    "recording_id": "d342bcd3-bda3-4050-8c66-60f885e05f2f",
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Tim",
    "release_id": "ba8d0528-07be-3ef8-8cd1-6793f342a96c",
    "release_group_id": "ecae37b3-42f2-396d-a2d6-b614c1c41da3",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Doug in Georgetown!\n\n\"Ah, God, what a mess, on the ladder of success\nWhere you take one step and miss the whole first rung...\"\n--\nPaul Westerberg: It took years for someone to pick up on the fact that the chorus is “Wait on the sons of no one, not ”We are the sons of no one.“ I didn’t even know that–I wrote it and I forgot it. A writer named Bob Mehr had to point that out to me. I actually took it from a chapter in the Bible. (It's Micah 5:7)\n--\nHere are the lyrics: https://genius.com/The-replacements-bastards-of-young-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}