Information about plays

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

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

{
    "id": 3583406,
    "uri": "https://api.kexp.org/v2/plays/3583406/?format=api",
    "airdate": "2025-11-26T22:26:28-08:00",
    "show": 65219,
    "show_uri": "https://api.kexp.org/v2/shows/65219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Must Be the Place (Naive Melody)",
    "track_id": null,
    "recording_id": "8f09a3c3-6396-46cd-aaa0-cc23e92e0aa2",
    "artist": "BADBADNOTGOOD featuring Norah Jones",
    "artist_ids": [
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f",
        "985c709c-7771-4de3-9024-7bda29ebe3f9"
    ],
    "album": "Everyone’s Getting Involved: A Tribute to Talking Heads’ Stop Making Sense",
    "release_id": null,
    "release_group_id": "08d56581-a3c8-4f77-b089-1fa233c08635",
    "labels": [
        "A24 Music"
    ],
    "label_ids": [
        "0517f171-5b38-4313-8558-0e8695e7ce4c"
    ],
    "release_date": "2024-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}