Information about plays

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

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

{
    "id": 3551090,
    "uri": "https://api.kexp.org/v2/plays/3551090/?format=api",
    "airdate": "2025-09-10T01:09:06-07:00",
    "show": 64522,
    "show_uri": "https://api.kexp.org/v2/shows/64522/?format=api",
    "image_uri": "https://ia804500.us.archive.org/29/items/mbid-0e48536b-7d95-3f89-955f-96579a716cba/mbid-0e48536b-7d95-3f89-955f-96579a716cba-8019876765_thumb500.jpg",
    "thumbnail_uri": "https://ia804500.us.archive.org/29/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": "OTD in 2007 - Animal Collective released their seventh studio album, Strawberry Jam. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}