Information about plays

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

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

{
    "id": 3550265,
    "uri": "https://api.kexp.org/v2/plays/3550265/?format=api",
    "airdate": "2025-09-08T03:05:28-07:00",
    "show": 64506,
    "show_uri": "https://api.kexp.org/v2/shows/64506/?format=api",
    "image_uri": "https://coverartarchive.org/release/a0c57603-19c4-4246-a457-d9b3905e26f8/28869363730-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a0c57603-19c4-4246-a457-d9b3905e26f8/28869363730-250.jpg",
    "song": "Mood Indigo",
    "track_id": null,
    "recording_id": null,
    "artist": "Duke Ellington",
    "artist_ids": [
        "3af06bc4-68ad-4cae-bb7a-7eeeb45e411f"
    ],
    "album": "Ellington Indigos",
    "release_id": null,
    "release_group_id": "fa1764e4-2482-4461-9aef-7e12cd3393f2",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cherokee\t\n\nDuke Ellington, widely regarded as the most influential jazz composer of all time, had a Cherokee matriarch of the family.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}