Information about plays

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

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

{
    "id": 3544526,
    "uri": "https://api.kexp.org/v2/plays/3544526/?format=api",
    "airdate": "2025-08-25T06:02:24-07:00",
    "show": 64383,
    "show_uri": "https://api.kexp.org/v2/shows/64383/?format=api",
    "image_uri": "https://ia800609.us.archive.org/23/items/mbid-62702940-decd-439a-a251-2c14ec100c30/mbid-62702940-decd-439a-a251-2c14ec100c30-21507049237_thumb500.jpg",
    "thumbnail_uri": "https://ia600609.us.archive.org/23/items/mbid-62702940-decd-439a-a251-2c14ec100c30/mbid-62702940-decd-439a-a251-2c14ec100c30-21507049237_thumb250.jpg",
    "song": "Don’t Let’s Start",
    "track_id": "6d2dbb38-1035-34ff-9e18-62b8b945a9d3",
    "recording_id": "c41ae76c-001b-4b1b-af47-f4f5be8bbde6",
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Dial‐A‐Song: 20 Years of They Might Be Giants",
    "release_id": "62702940-decd-439a-a251-2c14ec100c30",
    "release_group_id": "477c1762-ae8b-36fa-859a-060c47385f92",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2002-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In an interview on NPR's \"Fresh Air With Terry Gross,\" John Linnel said that the lyrics don't have any special meaning, as he often writes the music first and then just tries to \"fit the correct number of syllables\" in it.\n--\nThe video was shot at the 1964 World Fair ground at Flushing Meadows, Queens, NY, where both John Flansburgh and John Linnel attended the fair as children and remember it fondly. The world fair is also mentioned in their 1989 song \"Ana Ng.\": https://www.youtube.com/watch?v=VJQnZZ-Wmao",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}