Information about plays

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

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

{
    "id": 3548291,
    "uri": "https://api.kexp.org/v2/plays/3548291/?format=api",
    "airdate": "2025-09-03T05:25:03-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia803105.us.archive.org/1/items/mbid-cf559056-bd72-4e39-a2ed-a088032d859f/mbid-cf559056-bd72-4e39-a2ed-a088032d859f-19170756614_thumb500.jpg",
    "thumbnail_uri": "https://ia803105.us.archive.org/1/items/mbid-cf559056-bd72-4e39-a2ed-a088032d859f/mbid-cf559056-bd72-4e39-a2ed-a088032d859f-19170756614_thumb250.jpg",
    "song": "Take Care of Your Homework",
    "track_id": "9d40db30-5bc9-402a-97d7-4cb778ceee26",
    "recording_id": "ec01de28-3fa5-4b9a-8463-d37e5bc61022",
    "artist": "Johnnie Taylor",
    "artist_ids": [
        "4c1c21bc-56d9-4bed-8b58-360b08e76ffa"
    ],
    "album": "Sweet Soul Music: 28 Scorching Classics From 1969",
    "release_id": "cf559056-bd72-4e39-a2ed-a088032d859f",
    "release_group_id": "0367c34b-59f8-4ddc-81ce-f22d6e2f99a3",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2009-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Take Care Of Your Homework\" is a single recorded by American singer Johnnie Taylor and released on the Stax label in early 1969.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}