Information about plays

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

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

{
    "id": 3584864,
    "uri": "https://api.kexp.org/v2/plays/3584864/?format=api",
    "airdate": "2025-11-30T04:44:34-08:00",
    "show": 65250,
    "show_uri": "https://api.kexp.org/v2/shows/65250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alone Again (Naturally)",
    "track_id": null,
    "recording_id": "7a7000bc-f053-42fd-8d29-e9943de8a3b8",
    "artist": "Gilbert O’Sullivan",
    "artist_ids": [
        "215394ba-3d0c-4b57-b284-ec5bb4a5ad25"
    ],
    "album": "Back to Front",
    "release_id": null,
    "release_group_id": "4332e669-2e82-3403-90e7-3b671b164c5c",
    "labels": [
        "Union Square"
    ],
    "label_ids": [],
    "release_date": "1972-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}