Information about plays

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

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

{
    "id": 3548332,
    "uri": "https://api.kexp.org/v2/plays/3548332/?format=api",
    "airdate": "2025-09-03T07:40:49-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "https://coverartarchive.org/release/9219efef-7035-4358-b834-c5745e0e0eb1/15773959259-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9219efef-7035-4358-b834-c5745e0e0eb1/15773959259-250.jpg",
    "song": "“Heroes”",
    "track_id": null,
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "“Heroes”",
    "release_id": null,
    "release_group_id": "9eccd731-ccf8-3614-a4b8-82ec6d2d3ab5",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1977-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morning guys! If you could work in some Bowie for Frankie's first day of third grade, that'd be awesome.\n\nAll the feels, infinite thanks.\n\n- Dan in Phinney :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}