Information about plays

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

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

{
    "id": 3542507,
    "uri": "https://api.kexp.org/v2/plays/3542507/?format=api",
    "airdate": "2025-08-20T14:30:07-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b9d6fc9-8cd3-4913-88db-887e082d14da/8486107220-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b9d6fc9-8cd3-4913-88db-887e082d14da/8486107220-250.jpg",
    "song": "Sidewinder",
    "track_id": null,
    "recording_id": "6bb415b5-2fc5-4b80-b72c-de68825fc41a",
    "artist": "Lard",
    "artist_ids": [
        "4430600b-0fdb-43a1-be52-c81aa7ab1682"
    ],
    "album": "Pure Chewing Satisfaction",
    "release_id": null,
    "release_group_id": "9e90112e-8bc8-30d2-aaa6-6e741cef9add",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1997-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one's for Travis! (Sorry we couldn't play the whole song!)\n--\nOnce described as the “coolest band that never existed”, LARD is composed of four parts MINISTRY (Al Jourgensen, Paul Barker, Bill Reiflin, with Jeff Ward performing on selected tracks) and one shot of JELLO (BIAFRA that is- former DEAD KENNEDY and renown spoken word performer).: https://alternativetentacles.com/pages/artist-page/lard",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}