Information about plays

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

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

{
    "id": 3587244,
    "uri": "https://api.kexp.org/v2/plays/3587244/?format=api",
    "airdate": "2025-12-05T18:18:00-08:00",
    "show": 65296,
    "show_uri": "https://api.kexp.org/v2/shows/65296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine, Sunshine, Sunshine",
    "track_id": "4dc7b972-2617-4cbd-afb1-4c6e10113f4c",
    "recording_id": "e245f8bf-0fea-4785-b814-d6bea4aa9599",
    "artist": "Bear Garden",
    "artist_ids": [
        "252b98de-358e-4cfb-b6df-d4dc6e0329c9"
    ],
    "album": "Sunshine, Sunshine, Sunshine",
    "release_id": "bf34ac74-939e-44c9-b517-7ca8fec64dbd",
    "release_group_id": "98349e5b-d038-4450-8bee-df6c8ec2cf31",
    "labels": [
        "Bolero"
    ],
    "label_ids": [
        "061a708e-a342-40be-8050-532172bebcd7"
    ],
    "release_date": "2024-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swedish composer, producer and multi-instrumentalist. https://www.beargardenofficial.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}