Information about plays

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

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

{
    "id": 3539476,
    "uri": "https://api.kexp.org/v2/plays/3539476/?format=api",
    "airdate": "2025-08-13T05:41:56-07:00",
    "show": 64276,
    "show_uri": "https://api.kexp.org/v2/shows/64276/?format=api",
    "image_uri": "https://ia600402.us.archive.org/27/items/mbid-fda73b0b-e5a2-45ab-ad02-b966fa48ccb1/mbid-fda73b0b-e5a2-45ab-ad02-b966fa48ccb1-18742515606_thumb500.jpg",
    "thumbnail_uri": "https://ia600402.us.archive.org/27/items/mbid-fda73b0b-e5a2-45ab-ad02-b966fa48ccb1/mbid-fda73b0b-e5a2-45ab-ad02-b966fa48ccb1-18742515606_thumb250.jpg",
    "song": "Bermuda",
    "track_id": "32baa6a8-326d-3080-92f8-349bb0cc2b2f",
    "recording_id": "2bc9a7e6-a001-4046-9892-1090aee58d44",
    "artist": "Roky Erickson",
    "artist_ids": [
        "08850745-2054-4af6-833a-dde3f031eaa5"
    ],
    "album": "You’re Gonna Miss Me: The Best of Roky Erickson",
    "release_id": "fda73b0b-e5a2-45ab-ad02-b966fa48ccb1",
    "release_group_id": "eb4038d9-6eb1-3ce8-aeee-5e0328c4fab9",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1991-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request by Joe in Minneapolis!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}