Information about plays

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

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

{
    "id": 3572031,
    "uri": "https://api.kexp.org/v2/plays/3572031/?format=api",
    "airdate": "2025-10-31T01:42:10-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://ia803100.us.archive.org/23/items/mbid-296f8a54-eff7-3c6a-9857-164c05479c09/mbid-296f8a54-eff7-3c6a-9857-164c05479c09-24569780625_thumb500.jpg",
    "thumbnail_uri": "https://ia903100.us.archive.org/23/items/mbid-296f8a54-eff7-3c6a-9857-164c05479c09/mbid-296f8a54-eff7-3c6a-9857-164c05479c09-24569780625_thumb250.jpg",
    "song": "Humble Mumble",
    "track_id": "a28c13fa-6422-3292-a2fe-3078d919abbf",
    "recording_id": "8b3cdbe6-1f4c-4f40-ac9a-0709bf9d1e5f",
    "artist": "OutKast feat. Erykah Badu",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27",
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "Stankonia",
    "release_id": "71f0eea5-99fc-38e6-b0b2-390dcd50bf24",
    "release_group_id": "00d2cd53-21c9-3738-b683-56847b7b0040",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "2000-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stankonia was released on this day 25 years ago!\n\nThis is one of the few songs where Andre 3000 performs with Erykah Badu. Here are the lyrics: https://genius.com/Outkast-humble-mumble-lyrics\n--\nAndre 3000 and Erykah Badu were romantically involved in the mid-1990's which resulted in the birth of their son, Seven.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}