Information about plays

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

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

{
    "id": 3595769,
    "uri": "https://api.kexp.org/v2/plays/3595769/?format=api",
    "airdate": "2025-12-25T08:48:32-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll be Home for Christmas",
    "track_id": "52c52c68-31e9-3b66-9b33-c2763c566b1a",
    "recording_id": "b2ea7c72-e4c4-450c-b994-086661bff9d1",
    "artist": "Girl in a Coma",
    "artist_ids": [
        "281d60f7-1df0-4601-b109-9effe046a86f"
    ],
    "album": "A Blackheart Christmas",
    "release_id": "0fc0be1e-22fd-45cc-a5ee-29d294b2a4e1",
    "release_group_id": "0f11f45b-4563-4fac-b9fe-88e9565f5e5b",
    "labels": [
        "Blackheart Records"
    ],
    "label_ids": [
        "1bc7ca07-369f-4408-953f-72b5a3230900"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blackheart Records was founded by Joan Jett and Kenny Laguna.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}