Information about plays

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

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

{
    "id": 3559028,
    "uri": "https://api.kexp.org/v2/plays/3559028/?format=api",
    "airdate": "2025-09-29T00:07:14-07:00",
    "show": 64695,
    "show_uri": "https://api.kexp.org/v2/shows/64695/?format=api",
    "image_uri": "https://coverartarchive.org/release/b8bafb98-4976-45b5-9064-1dcabaf388bb/41678834275-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b8bafb98-4976-45b5-9064-1dcabaf388bb/41678834275-250.jpg",
    "song": "Renacer",
    "track_id": null,
    "recording_id": "4be47a11-7e30-4912-b312-39af90652ee8",
    "artist": "Bardo feat. Combo Chimbita",
    "artist_ids": [
        "f8cece36-0f18-4fee-9b33-0dd0890825e0",
        "4963f5f1-2ba1-4668-b7e3-82f8564dee9e"
    ],
    "album": "Renacer",
    "release_id": null,
    "release_group_id": "ceb63935-80ce-447b-9e3d-e6fe767c7733",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}