Information about plays

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

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

{
    "id": 3636178,
    "uri": "https://api.kexp.org/v2/plays/3636178/?format=api",
    "airdate": "2026-03-31T22:37:41-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "https://ia800408.us.archive.org/10/items/mbid-c1beb053-6ec2-44f3-8003-6f39fa897563/mbid-c1beb053-6ec2-44f3-8003-6f39fa897563-44632680513_thumb500.jpg",
    "thumbnail_uri": "https://dn711407.ca.archive.org/0/items/mbid-c1beb053-6ec2-44f3-8003-6f39fa897563/mbid-c1beb053-6ec2-44f3-8003-6f39fa897563-44632680513_thumb250.jpg",
    "song": "Running to Pain",
    "track_id": "d3bf4c38-2702-4a57-92ab-afd77558471c",
    "recording_id": "e88bfe77-4371-4225-a8ed-3d110a850a76",
    "artist": "Kelsey Lu",
    "artist_ids": [
        "b5970f40-4de3-43fc-9dad-e9b160b3db04"
    ],
    "album": "So Help Me God",
    "release_id": "c1beb053-6ec2-44f3-8003-6f39fa897563",
    "release_group_id": "c70262ce-df5f-493c-aaaf-16664d48df4a",
    "labels": [
        "Dirty Hit"
    ],
    "label_ids": [
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2026-06-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}