Information about plays

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

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

{
    "id": 3581017,
    "uri": "https://api.kexp.org/v2/plays/3581017/?format=api",
    "airdate": "2025-11-21T11:02:12-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "https://dn721208.ca.archive.org/0/items/mbid-a02eb915-7228-4626-bd90-2352dca63d84/mbid-a02eb915-7228-4626-bd90-2352dca63d84-14403516592_thumb500.jpg",
    "thumbnail_uri": "https://dn721208.ca.archive.org/0/items/mbid-a02eb915-7228-4626-bd90-2352dca63d84/mbid-a02eb915-7228-4626-bd90-2352dca63d84-14403516592_thumb250.jpg",
    "song": "Chorado",
    "track_id": "1c364f40-62a2-38e3-9a2a-12c416437ff9",
    "recording_id": "d23ddebc-4c12-4c39-95a4-71f567ec4b27",
    "artist": "Sérgio Mendes",
    "artist_ids": [
        "6bf591c4-b050-478e-9d9f-167394d66c90"
    ],
    "album": "Brasileiro",
    "release_id": "a02eb915-7228-4626-bd90-2352dca63d84",
    "release_group_id": "4b975363-dd68-322d-884a-90bed681279b",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1992 album from Sergio Mendes won a Grammy for Best World Music Album! The record features a wide array of collaborators. You can check out the full credits here: https://tinyurl.com/46cjfsmv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}