Information about plays

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

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

{
    "id": 3565805,
    "uri": "https://api.kexp.org/v2/plays/3565805/?format=api",
    "airdate": "2025-10-16T09:31:27-07:00",
    "show": 64848,
    "show_uri": "https://api.kexp.org/v2/shows/64848/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-06b4c4ec-1704-3454-9fa7-9daccbe3cf4e/mbid-06b4c4ec-1704-3454-9fa7-9daccbe3cf4e-42270414110_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-06b4c4ec-1704-3454-9fa7-9daccbe3cf4e/mbid-06b4c4ec-1704-3454-9fa7-9daccbe3cf4e-42270414110_thumb250.jpg",
    "song": "I Think I Need a New Heart",
    "track_id": "cfa4fa80-44f5-3066-8bb3-793cdc591b05",
    "recording_id": "dee6b65f-13b8-4673-b78b-e3556913a9a9",
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "69 Love Songs",
    "release_id": "06b4c4ec-1704-3454-9fa7-9daccbe3cf4e",
    "release_group_id": "5dfac852-1aed-35b2-93b6-e8f9c93fe521",
    "labels": [
        "Circus Records"
    ],
    "label_ids": [
        "715a756f-8c92-400f-94a6-68a135b6ab24"
    ],
    "release_date": "2000-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Magnetic Fields were founded by Stephin Merritt in Boston, MA. \n\n\"Marked by a flare for tender melodies, acerbically witty lyrics, and uncluttered arrangements, the band evolved from the stripped-down synth pop of their early albums into more organic readings of Merritt's intelligent songcraft.\" \n\nRead more about the band here: https://www.allmusic.com/artist/the-magnetic-fields-mn0000056358#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}