Information about plays

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

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

{
    "id": 3552109,
    "uri": "https://api.kexp.org/v2/plays/3552109/?format=api",
    "airdate": "2025-09-12T13:40:03-07:00",
    "show": 64542,
    "show_uri": "https://api.kexp.org/v2/shows/64542/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e1b3327-e1f9-44fd-9c02-94a7d69da18d/30754746446-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e1b3327-e1f9-44fd-9c02-94a7d69da18d/30754746446-250.jpg",
    "song": "Mr. Mister",
    "track_id": null,
    "recording_id": "4ffbfb24-ae59-49cd-b657-900da9211974",
    "artist": "J'Davey",
    "artist_ids": [
        "de2e7a55-e1bf-4d0b-a0b7-23265f4b0d1e"
    ],
    "album": "The Beauty in Distortion / The Land of the Lost",
    "release_id": null,
    "release_group_id": "8eb3f38a-6621-49de-be52-6ea7f19d6147",
    "labels": [
        "Interdependent Media"
    ],
    "label_ids": [
        "56b25e0a-c9cd-41b8-9cb2-b6a972b01ae0"
    ],
    "release_date": "2007-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Brian!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}