Information about plays

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

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

{
    "id": 3640315,
    "uri": "https://api.kexp.org/v2/plays/3640315/?format=api",
    "airdate": "2026-04-10T14:01:44-07:00",
    "show": 66416,
    "show_uri": "https://api.kexp.org/v2/shows/66416/?format=api",
    "image_uri": "https://coverartarchive.org/release/2367adf4-7204-402b-bd53-c72e1c9507d7/42258906677-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2367adf4-7204-402b-bd53-c72e1c9507d7/42258906677-250.jpg",
    "song": "Skyline 4",
    "track_id": null,
    "recording_id": "19a81e65-d39a-45c0-98eb-86529b7e39d6",
    "artist": "Facta",
    "artist_ids": [
        "ae2b478b-ac80-4e63-93f0-c541da3b557a"
    ],
    "album": "GULP",
    "release_id": null,
    "release_group_id": "8b54fdee-3787-4b56-84e2-b7ad59d7f6eb",
    "labels": [
        "Wisdom Teeth"
    ],
    "label_ids": [
        "bcf2882a-0be6-4054-9bd5-e7351d48831f"
    ],
    "release_date": "2025-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another 2025 favorite!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}