Information about plays

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

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

{
    "id": 3569311,
    "uri": "https://api.kexp.org/v2/plays/3569311/?format=api",
    "airdate": "2025-10-24T09:57:27-07:00",
    "show": 64918,
    "show_uri": "https://api.kexp.org/v2/shows/64918/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-6b956618-7189-4474-bce0-7d10f6562704/mbid-6b956618-7189-4474-bce0-7d10f6562704-3776907894_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-6b956618-7189-4474-bce0-7d10f6562704/mbid-6b956618-7189-4474-bce0-7d10f6562704-3776907894_thumb250.jpg",
    "song": "A Face in the Crowd",
    "track_id": "d62984c4-b670-3d45-a129-80eb64b319e0",
    "recording_id": "486e3ce1-59ad-40d0-a3f3-2679c8abd2b0",
    "artist": "Tom Petty",
    "artist_ids": [
        "5ca3f318-d028-4151-ac73-78e2b2d6cdcc"
    ],
    "album": "Full Moon Fever",
    "release_id": "6b956618-7189-4474-bce0-7d10f6562704",
    "release_group_id": "ffbef03e-3651-39db-8a2f-e140dc5aa219",
    "labels": [
        "MCA Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See an incredible performance of this song on The Letterman Show.  That's Mike Campbell on slide guitar.: https://www.youtube.com/watch?app=desktop&v=4O7amyo0ABU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}