Information about plays

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

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

{
    "id": 3546085,
    "uri": "https://api.kexp.org/v2/plays/3546085/?format=api",
    "airdate": "2025-08-29T00:40:47-07:00",
    "show": 64414,
    "show_uri": "https://api.kexp.org/v2/shows/64414/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6b71994-2d99-4819-90bd-fa7b03f2a752/4456747679-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6b71994-2d99-4819-90bd-fa7b03f2a752/4456747679-250.jpg",
    "song": "Oh Pretty Woman",
    "track_id": null,
    "recording_id": "64e8f103-6802-4b85-8ce0-93974e55c9d2",
    "artist": "Roy Orbison",
    "artist_ids": [
        "0bbbc496-c7b5-4b3f-bb6d-bd312827d6e5"
    ],
    "album": "Orbison 1955–1965",
    "release_id": null,
    "release_group_id": "fcc7946c-ab78-3255-8afd-3da935b8e92c",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}