Information about plays

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

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

{
    "id": 3639338,
    "uri": "https://api.kexp.org/v2/plays/3639338/?format=api",
    "airdate": "2026-04-08T05:15:06-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-b7a7ab9b-cc95-4f60-a68a-1e67e77e6987/mbid-b7a7ab9b-cc95-4f60-a68a-1e67e77e6987-26792592080_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-b7a7ab9b-cc95-4f60-a68a-1e67e77e6987/mbid-b7a7ab9b-cc95-4f60-a68a-1e67e77e6987-26792592080_thumb250.jpg",
    "song": "Satellite",
    "track_id": "7cd92d5f-c3d0-398b-8bad-d9312d9aa5f0",
    "recording_id": "bc9e6cb5-54e8-40da-aa4d-cb902a2d436d",
    "artist": "Guster",
    "artist_ids": [
        "6cbe1e63-5895-4168-ac7e-f0d2836ba0c1"
    ],
    "album": "Ganging Up on the Sun",
    "release_id": "b7a7ab9b-cc95-4f60-a68a-1e67e77e6987",
    "release_group_id": "7b6ad5f1-e104-3724-983b-a3df2f147272",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2006-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second single from Massachusetts band Guster's 2006 album Ganging Up on the Sun. \n\nCheck out the official music video here: https://www.youtube.com/watch?v=nVon_xP854M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}