Information about plays

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

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

{
    "id": 3640282,
    "uri": "https://api.kexp.org/v2/plays/3640282/?format=api",
    "airdate": "2026-04-10T12:33:08-07:00",
    "show": 66415,
    "show_uri": "https://api.kexp.org/v2/shows/66415/?format=api",
    "image_uri": "https://ia801609.us.archive.org/16/items/mbid-735e9638-b555-49f5-b536-01ce8df1dbeb/mbid-735e9638-b555-49f5-b536-01ce8df1dbeb-2324822874_thumb500.jpg",
    "thumbnail_uri": "https://dn711005.ca.archive.org/0/items/mbid-735e9638-b555-49f5-b536-01ce8df1dbeb/mbid-735e9638-b555-49f5-b536-01ce8df1dbeb-2324822874_thumb250.jpg",
    "song": "Kissing the Lipless",
    "track_id": "0a509a03-3d79-3adc-b39a-73f27b5fd17b",
    "recording_id": "de40960a-0269-49d3-b703-18ec1b07d0f8",
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Chutes Too Narrow",
    "release_id": "735e9638-b555-49f5-b536-01ce8df1dbeb",
    "release_group_id": "d4194792-dc49-3065-acae-22c809379262",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2003-10-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this 2012 Live on KEXP performance from The Shins, hosted by Cheryl!\n\nhttps://www.youtube.com/watch?v=F_cUhTMP3wI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}