Information about plays

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

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

{
    "id": 3552548,
    "uri": "https://api.kexp.org/v2/plays/3552548/?format=api",
    "airdate": "2025-09-13T16:01:52-07:00",
    "show": 64553,
    "show_uri": "https://api.kexp.org/v2/shows/64553/?format=api",
    "image_uri": "https://ia600209.us.archive.org/19/items/mbid-3ca2b313-1292-49bc-a347-6f7d02b8d6e0/mbid-3ca2b313-1292-49bc-a347-6f7d02b8d6e0-12691048991_thumb500.jpg",
    "thumbnail_uri": "https://ia600209.us.archive.org/19/items/mbid-3ca2b313-1292-49bc-a347-6f7d02b8d6e0/mbid-3ca2b313-1292-49bc-a347-6f7d02b8d6e0-12691048991_thumb250.jpg",
    "song": "I'm Gonna Find Out Where He's At",
    "track_id": "f3eac5e3-a345-4d63-84c0-9943c065463f",
    "recording_id": "439690cd-ef7d-42e5-b945-af7ade54a9fa",
    "artist": "Broncho",
    "artist_ids": [
        "8e4a41a5-6ec6-4042-b064-acd1cb51cf1b"
    ],
    "album": "Just Enough Hip to Be Woman",
    "release_id": "3ca2b313-1292-49bc-a347-6f7d02b8d6e0",
    "release_group_id": "b3f6dc78-c2be-425b-b044-59d459ce2cd1",
    "labels": [
        "Dine Alone Records"
    ],
    "label_ids": [
        "daa3742f-061f-4a07-bf79-4302a03cece3"
    ],
    "release_date": "2014-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch their 2019 in-studio here:\nhttps://www.youtube.com/watch?v=wRPzeEkgPTA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}