Information about plays

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

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

{
    "id": 3552385,
    "uri": "https://api.kexp.org/v2/plays/3552385/?format=api",
    "airdate": "2025-09-13T05:38:22-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://coverartarchive.org/release/3314b13a-1c66-4e41-b09f-a479e25cf08b/11819065126-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3314b13a-1c66-4e41-b09f-a479e25cf08b/11819065126-250.jpg",
    "song": "Baby Strange",
    "track_id": null,
    "recording_id": "4503bf92-5996-4897-a377-aa47a296312e",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "The Slider",
    "release_id": null,
    "release_group_id": "bf12c581-95c6-3cde-8ac2-713e803fc9e9",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1972-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}