Information about plays

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

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

{
    "id": 3596000,
    "uri": "https://api.kexp.org/v2/plays/3596000/?format=api",
    "airdate": "2025-12-25T20:54:56-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "https://coverartarchive.org/release/12dfa8d7-84b1-491a-915d-9990d2112424/41337371687-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/12dfa8d7-84b1-491a-915d-9990d2112424/41337371687-250.jpg",
    "song": "Funky Christmas(Long Version)",
    "track_id": null,
    "recording_id": "c574e665-16d7-45b2-aa33-01b27c7890af",
    "artist": "中原めいこ",
    "artist_ids": [
        "6cbac548-3b1f-49db-a028-b73906e25011"
    ],
    "album": "ゴールデン☆ベスト",
    "release_id": null,
    "release_group_id": "876773b2-f69a-40e7-8628-c2dd3bae1fc9",
    "labels": [
        "EASTWORLD"
    ],
    "label_ids": [
        "31af4a29-1d1a-46f4-bf47-a3e8e84dadfb"
    ],
    "release_date": "2004-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}