Information about plays

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

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

{
    "id": 3571444,
    "uri": "https://api.kexp.org/v2/plays/3571444/?format=api",
    "airdate": "2025-10-29T14:53:59-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "https://ia802802.us.archive.org/2/items/mbid-f14ee612-84b9-4a6e-be49-68abc2225533/mbid-f14ee612-84b9-4a6e-be49-68abc2225533-25183539858_thumb500.jpg",
    "thumbnail_uri": "https://ia802802.us.archive.org/2/items/mbid-f14ee612-84b9-4a6e-be49-68abc2225533/mbid-f14ee612-84b9-4a6e-be49-68abc2225533-25183539858_thumb250.jpg",
    "song": "Mexican Radio",
    "track_id": "60acb034-1523-3597-a359-dfdfa3e29e5a",
    "recording_id": "65b75f71-b771-42e8-a1db-f802bf39d5f7",
    "artist": "Polvo",
    "artist_ids": [
        "a57e5515-555a-42d6-a92a-465deac3fdd1"
    ],
    "album": "Freedom of Choice",
    "release_id": "f14ee612-84b9-4a6e-be49-68abc2225533",
    "release_group_id": "13f910e4-dbbe-3363-be83-4efae98d4cf8",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1992-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Polvo's cover of Wall of Voodoo's 1982 classic.  Learn more about this song here: https://americansongwriter.com/the-story-behind-mexican-radio-by-wall-of-voodoo-and-how-a-nascent-mtv-helped-it-become-a-radio-hit/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}