Information about plays

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

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

{
    "id": 3544723,
    "uri": "https://api.kexp.org/v2/plays/3544723/?format=api",
    "airdate": "2025-08-25T17:40:24-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "https://coverartarchive.org/release/8f0f8638-44a6-47b3-8ffa-b5b3341436e8/25509909732-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8f0f8638-44a6-47b3-8ffa-b5b3341436e8/25509909732-250.jpg",
    "song": "Moonshadow",
    "track_id": null,
    "recording_id": "4c802c9c-d9bf-4ba7-abc9-b8561b031aa8",
    "artist": "LaBelle",
    "artist_ids": [
        "875074d3-6458-47b4-b515-f7ecda93bd8d"
    ],
    "album": "From Burbank to the Bay Area",
    "release_id": null,
    "release_group_id": "590e8e94-b3a6-47ec-a6e0-f8904c1cdadd",
    "labels": [
        "Warner Strategic Marketing United Kingdom"
    ],
    "label_ids": [
        "6aff79da-ebdf-4f83-9a07-d998fb3a947e"
    ],
    "release_date": "2005-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Cat Stevens.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}