Information about plays

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

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

{
    "id": 3581341,
    "uri": "https://api.kexp.org/v2/plays/3581341/?format=api",
    "airdate": "2025-11-22T06:29:35-08:00",
    "show": 65176,
    "show_uri": "https://api.kexp.org/v2/shows/65176/?format=api",
    "image_uri": "https://coverartarchive.org/release/30b76082-2e2e-4ab2-885f-db817f5847e4/28846167038-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/30b76082-2e2e-4ab2-885f-db817f5847e4/28846167038-250.jpg",
    "song": "The Ghost of Her Smile",
    "track_id": null,
    "recording_id": null,
    "artist": "Daniel Avery, Julie Dawson",
    "artist_ids": [],
    "album": "Tremor",
    "release_id": null,
    "release_group_id": "e04a0b3c-5cd8-4401-8a27-91bd661787f9",
    "labels": [
        "Domino Recording Co. Ltd."
    ],
    "label_ids": [
        "10976a5f-b74f-4407-8437-44374c0e0cfa"
    ],
    "release_date": "2025-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}