Information about plays

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

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

{
    "id": 3548463,
    "uri": "https://api.kexp.org/v2/plays/3548463/?format=api",
    "airdate": "2025-09-03T14:43:56-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8b7357b-0de0-4291-98d4-b0e36c17f1c4/15310254592-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8b7357b-0de0-4291-98d4-b0e36c17f1c4/15310254592-250.jpg",
    "song": "Wide Open",
    "track_id": null,
    "recording_id": "eb2f55ad-e5a5-46b2-8234-00f4a5789cdf",
    "artist": "Roy Ayers",
    "artist_ids": [
        "06e199c1-6f33-477b-a74d-bc8a283bd8f0"
    ],
    "album": "Virgin Ubiquity II: Unreleased Recordings 1976-1981",
    "release_id": null,
    "release_group_id": "65cd4b79-271f-3b9f-87cf-fe83e1cc3dd8",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one goes out to Julie in Oakland.\n--\nYou can still purchase a digital copy of  \"Virgin Ubiquity II (Unreleased Recordings 1976-1981)\": https://royayers.bandcamp.com/album/virgin-ubiquity-ii-unreleased-recordings-1976-1981",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}