Information about plays

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

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

{
    "id": 3553929,
    "uri": "https://api.kexp.org/v2/plays/3553929/?format=api",
    "airdate": "2025-09-16T22:21:58-07:00",
    "show": 64582,
    "show_uri": "https://api.kexp.org/v2/shows/64582/?format=api",
    "image_uri": "https://ia801209.us.archive.org/26/items/mbid-148ca65a-b481-3f76-8f76-c120efb3a5fb/mbid-148ca65a-b481-3f76-8f76-c120efb3a5fb-11809741408_thumb500.jpg",
    "thumbnail_uri": "https://ia601209.us.archive.org/26/items/mbid-148ca65a-b481-3f76-8f76-c120efb3a5fb/mbid-148ca65a-b481-3f76-8f76-c120efb3a5fb-11809741408_thumb250.jpg",
    "song": "That Old Pair of Jeans",
    "track_id": "051b39b6-8a2f-4951-a01d-3d0246a489c2",
    "recording_id": "82b99a75-63b7-4711-ac8a-0a431205ba75",
    "artist": "Fatboy Slim",
    "artist_ids": [
        "34c63966-445c-4613-afe1-4f0e1e53ae9a"
    ],
    "album": "Why Try Harder: The Greatest Hits",
    "release_id": "148ca65a-b481-3f76-8f76-c120efb3a5fb",
    "release_group_id": "2b2fcef4-3d3d-39f0-af72-141c8e553f0b",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2006-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the world's most in-demand DJs.\n\nhttps://www.fatboyslim.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}