Information about plays

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

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

{
    "id": 3640550,
    "uri": "https://api.kexp.org/v2/plays/3640550/?format=api",
    "airdate": "2026-04-11T03:13:45-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://coverartarchive.org/release/c0a8c48f-130f-42af-be0d-6afc04593a23/22297339243-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c0a8c48f-130f-42af-be0d-6afc04593a23/22297339243-250.jpg",
    "song": "Armenia City in the Sky",
    "track_id": null,
    "recording_id": "c28a1f87-f719-46bf-9ad8-24d62784548b",
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "The Who Sell Out",
    "release_id": null,
    "release_group_id": "aa02a102-f7b5-3584-8d21-bd9c560effb6",
    "labels": [
        "Track Record"
    ],
    "label_ids": [
        "09edd90d-2d30-4dcb-b03e-71af9c8f1fe6"
    ],
    "release_date": "1967-12-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}