Information about plays

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

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

{
    "id": 3548527,
    "uri": "https://api.kexp.org/v2/plays/3548527/?format=api",
    "airdate": "2025-09-03T17:47:03-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://ia903200.us.archive.org/14/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": "Love Is a Long Road",
    "track_id": "e55271ee-cbc5-322f-9a3d-6375bfbeb208",
    "recording_id": "079f8c0b-a2cb-4b6a-8d86-e0b4f27adf46",
    "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": "Shout out to Donovan for this road trip recommendation!\n\n\"Donovan from Seattle here. My road trip song I last used with college friends at Glacier National Park- \"Love Is a Long Road\" by Tom Petty\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}