Information about plays

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

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

{
    "id": 3563268,
    "uri": "https://api.kexp.org/v2/plays/3563268/?format=api",
    "airdate": "2025-10-10T05:26:36-07:00",
    "show": 64793,
    "show_uri": "https://api.kexp.org/v2/shows/64793/?format=api",
    "image_uri": "https://ia904507.us.archive.org/16/items/mbid-4f5c2bff-a5f0-32f6-8199-190bf22872aa/mbid-4f5c2bff-a5f0-32f6-8199-190bf22872aa-10746268884_thumb500.jpg",
    "thumbnail_uri": "https://ia804507.us.archive.org/16/items/mbid-4f5c2bff-a5f0-32f6-8199-190bf22872aa/mbid-4f5c2bff-a5f0-32f6-8199-190bf22872aa-10746268884_thumb250.jpg",
    "song": "Flume",
    "track_id": "0dd22744-b84c-3eb8-92c7-3036d5ae9a80",
    "recording_id": "1080ccc2-23c0-47e1-8853-cb3c3cc7624e",
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "For Emma, Forever Ago",
    "release_id": "4f5c2bff-a5f0-32f6-8199-190bf22872aa",
    "release_group_id": "187935b5-a0a4-3e6f-9684-48b67a5190a1",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2008-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#122\n\n'For Emma, Forever Ago' was the debut album from Bon Iver -- the Wisconsin-based project founded by Justin Vernon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}