Information about plays

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

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

{
    "id": 3639207,
    "uri": "https://api.kexp.org/v2/plays/3639207/?format=api",
    "airdate": "2026-04-07T22:22:14-07:00",
    "show": 66395,
    "show_uri": "https://api.kexp.org/v2/shows/66395/?format=api",
    "image_uri": "https://dn720700.ca.archive.org/0/items/mbid-0e48536b-7d95-3f89-955f-96579a716cba/mbid-0e48536b-7d95-3f89-955f-96579a716cba-8019876765_thumb500.jpg",
    "thumbnail_uri": "https://dn720700.ca.archive.org/0/items/mbid-0e48536b-7d95-3f89-955f-96579a716cba/mbid-0e48536b-7d95-3f89-955f-96579a716cba-8019876765_thumb250.jpg",
    "song": "Fireworks",
    "track_id": "9ecbd762-245f-4b15-8874-91d666de4247",
    "recording_id": "eacb6492-34de-428a-84d9-ac9460c2d71f",
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Strawberry Jam",
    "release_id": "b3ec4c97-b472-44d8-b374-d9f5115839cc",
    "release_group_id": "89e4f726-2b6f-3f15-992e-b52105f53899",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi Sean",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}