Information about plays

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

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

{
    "id": 3555272,
    "uri": "https://api.kexp.org/v2/plays/3555272/?format=api",
    "airdate": "2025-09-20T03:08:13-07:00",
    "show": 64608,
    "show_uri": "https://api.kexp.org/v2/shows/64608/?format=api",
    "image_uri": "https://ia800900.us.archive.org/22/items/mbid-2294bc9a-592f-4957-8364-00f435895acf/mbid-2294bc9a-592f-4957-8364-00f435895acf-6986748400_thumb500.jpg",
    "thumbnail_uri": "https://dn721207.ca.archive.org/0/items/mbid-2294bc9a-592f-4957-8364-00f435895acf/mbid-2294bc9a-592f-4957-8364-00f435895acf-6986748400_thumb250.jpg",
    "song": "Amale Sodhlin Kha I Chora Bhanlin",
    "track_id": "db6e16b2-0e8e-4de2-b438-913c2508e882",
    "recording_id": "0f9cfd89-7fa8-464e-821f-61af5a7ac9e7",
    "artist": "[unknown]",
    "artist_ids": [
        "125ec42a-7229-4250-afc5-e057484327fe"
    ],
    "album": "Folk Music of Nepal",
    "release_id": "bb900f38-8d8e-4148-b24a-9af04f936d9b",
    "release_group_id": "5133a097-4dea-40e3-936d-c0ebb036cb65",
    "labels": [
        "Seven Seas"
    ],
    "label_ids": [
        "3d640d96-7fe9-469e-b7cc-56a1d37471d3"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}