Information about plays

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

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

{
    "id": 3546610,
    "uri": "https://api.kexp.org/v2/plays/3546610/?format=api",
    "airdate": "2025-08-30T06:26:16-07:00",
    "show": 64425,
    "show_uri": "https://api.kexp.org/v2/shows/64425/?format=api",
    "image_uri": "https://coverartarchive.org/release/368da318-a245-4fbb-b04c-6604c8ab5d6b/41073832848-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/368da318-a245-4fbb-b04c-6604c8ab5d6b/41073832848-250.jpg",
    "song": "If I Could Only Be Yours",
    "track_id": null,
    "recording_id": "35de5105-66c9-438a-9bfe-7469536dbde8",
    "artist": "Brooke Combe",
    "artist_ids": [
        "7621d315-cc2e-40c5-ac86-9a62fa8accb0"
    ],
    "album": "Dancing at the Edge of the World",
    "release_id": null,
    "release_group_id": "3d4f87d4-54b4-4e16-bb70-8b4e5231b404",
    "labels": [
        "Modern Sky UK"
    ],
    "label_ids": [
        "36c63535-f399-4a0d-862f-b0feac7957e2"
    ],
    "release_date": "2025-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}