Information about plays

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

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

{
    "id": 3547454,
    "uri": "https://api.kexp.org/v2/plays/3547454/?format=api",
    "airdate": "2025-09-01T06:01:02-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?format=api",
    "image_uri": "https://ia601306.us.archive.org/30/items/mbid-bc6e09dc-0257-464d-a3ce-9d542c705abf/mbid-bc6e09dc-0257-464d-a3ce-9d542c705abf-14821893082_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/30/items/mbid-bc6e09dc-0257-464d-a3ce-9d542c705abf/mbid-bc6e09dc-0257-464d-a3ce-9d542c705abf-14821893082_thumb250.jpg",
    "song": "Learning to Fly",
    "track_id": "58088a67-754e-3e11-81ff-7de90ddd74d2",
    "recording_id": "8c7ce461-5559-4586-a932-bc0fcbba0dde",
    "artist": "Tom Petty and the Heartbreakers",
    "artist_ids": [
        "f93dbc64-6f08-4033-bcc7-8a0bb4689849"
    ],
    "album": "Into the Great Wide Open",
    "release_id": "bc6e09dc-0257-464d-a3ce-9d542c705abf",
    "release_group_id": "84c5eeb2-5278-35cb-96d5-85297ca5d964",
    "labels": [
        "MCA Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Everyone has tragedy in their life,\" Petty told ABC News in 1991. He was inspired by a pilot, who said the hardest part about flying a plane was coming down from the air. \"You can lay down and let the tragedy overwhelm you, or you can fly above it, and I think that's sort of what I'm trying to say in that song. I don't say that I can fly - I'm learning. Also, we're expected to do a lot of things that we're not necessarily equipped for.\"\n\nhttps://ultimateclassicrock.com/tom-petty-learning-to-fly/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}