Information about plays

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

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

{
    "id": 3548656,
    "uri": "https://api.kexp.org/v2/plays/3548656/?format=api",
    "airdate": "2025-09-04T02:03:26-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/51dd54f7-7dd1-475c-b463-914ab4bc4341/31587791663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51dd54f7-7dd1-475c-b463-914ab4bc4341/31587791663-250.jpg",
    "song": "So, Tell Me, Tell Me (Vocal Mix)",
    "track_id": null,
    "recording_id": "abd69fdd-339e-49a3-b029-27ffe1435adc",
    "artist": "Shavonne",
    "artist_ids": [
        "0dadf44f-664d-4559-9949-f5b46dfc1401"
    ],
    "album": "So, Tell Me, Tell Me",
    "release_id": null,
    "release_group_id": "889deff0-4224-44e1-ae5c-da644006f6af",
    "labels": [
        "M-Pire Records"
    ],
    "label_ids": [
        "25ce20b7-185c-4aa0-b931-4b88e8f79a1e"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}