Information about plays

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

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

{
    "id": 3554327,
    "uri": "https://api.kexp.org/v2/plays/3554327/?format=api",
    "airdate": "2025-09-17T21:01:20-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "https://ia600303.us.archive.org/3/items/mbid-8a766e00-e9a7-4a83-85cd-5376b24525fd/mbid-8a766e00-e9a7-4a83-85cd-5376b24525fd-5045275406_thumb500.jpg",
    "thumbnail_uri": "https://ia800303.us.archive.org/3/items/mbid-8a766e00-e9a7-4a83-85cd-5376b24525fd/mbid-8a766e00-e9a7-4a83-85cd-5376b24525fd-5045275406_thumb250.jpg",
    "song": "Goin’ Back",
    "track_id": "1ab660f4-9ac2-32b5-aefa-59be1bed83f8",
    "recording_id": "d5585ca9-ed97-478a-8305-78c7b420a732",
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "The Byrds",
    "release_id": "8a766e00-e9a7-4a83-85cd-5376b24525fd",
    "release_group_id": "91283d17-a6f1-3f73-b591-4727a3a6ac45",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1990-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Let everyone debate the true reality,\nI'd rather see the world the way it used to be\nA little bit of freedom, all we're left\nSo catch me if you can\nI'm goin' back",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}