Information about plays

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

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

{
    "id": 3640127,
    "uri": "https://api.kexp.org/v2/plays/3640127/?format=api",
    "airdate": "2026-04-10T02:47:46-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://dn710209.ca.archive.org/0/items/mbid-fcaaf1eb-f1e1-4179-9b69-48debd3b6d92/mbid-fcaaf1eb-f1e1-4179-9b69-48debd3b6d92-44349077407_thumb500.jpg",
    "thumbnail_uri": "https://dn710209.ca.archive.org/0/items/mbid-fcaaf1eb-f1e1-4179-9b69-48debd3b6d92/mbid-fcaaf1eb-f1e1-4179-9b69-48debd3b6d92-44349077407_thumb250.jpg",
    "song": "F**k the World",
    "track_id": "f72fc230-e7ed-41d9-994f-d4cb05a62e32",
    "recording_id": "0d5827df-9f9e-447b-9cf2-1a823f33b93d",
    "artist": "Biblioteka",
    "artist_ids": [
        "47b25147-ad45-4b4b-9dd0-a62a1576d468"
    ],
    "album": "Matryoshka",
    "release_id": "fcaaf1eb-f1e1-4179-9b69-48debd3b6d92",
    "release_group_id": "ff1ab44a-35f4-4cbc-9e5e-5d159ea0eabb",
    "labels": [
        "Pet Wussy Records"
    ],
    "label_ids": [
        "a54d60f3-71c3-4f3f-a667-24d2954c7f88"
    ],
    "release_date": "2026-02-12",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}