Information about plays

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

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

{
    "id": 3628634,
    "uri": "https://api.kexp.org/v2/plays/3628634/?format=api",
    "airdate": "2026-03-14T04:04:21-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://dn710702.ca.archive.org/0/items/mbid-5a0b5a67-23bd-4250-835c-6bc4075d9c26/mbid-5a0b5a67-23bd-4250-835c-6bc4075d9c26-6239777992_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-5a0b5a67-23bd-4250-835c-6bc4075d9c26/mbid-5a0b5a67-23bd-4250-835c-6bc4075d9c26-6239777992_thumb250.jpg",
    "song": "Living Loving Maid (She's Just a Woman)",
    "track_id": "3857dddd-04ec-4c2d-8285-a1a46dabf3b4",
    "recording_id": "f3a6c6ef-dd8d-4f95-9c65-36de947792e1",
    "artist": "Rich Hardesty & The Del Reys",
    "artist_ids": [
        "afba4e90-26c6-4c9c-a864-cb26d92cb787",
        "4ac62a1d-c6b6-4049-bc3b-cd956c539905"
    ],
    "album": "The Song Retains the Name",
    "release_id": "5a0b5a67-23bd-4250-835c-6bc4075d9c26",
    "release_group_id": "35265cb2-7588-42ee-b5f6-1f569ce1806e",
    "labels": [
        "Mad Rover Records"
    ],
    "label_ids": [
        "39768f0e-8b99-4683-bf2b-d63b040d698c"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}