Information about plays

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

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

{
    "id": 3523728,
    "uri": "https://api.kexp.org/v2/plays/3523728/?format=api",
    "airdate": "2025-07-07T02:34:16-07:00",
    "show": 63944,
    "show_uri": "https://api.kexp.org/v2/shows/63944/?format=api",
    "image_uri": "https://coverartarchive.org/release/61ca48c2-5ba4-422f-869f-0dcc710197a0/38596651855-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61ca48c2-5ba4-422f-869f-0dcc710197a0/38596651855-250.jpg",
    "song": "Come Rain or Come Shine",
    "track_id": null,
    "recording_id": "87e0705c-dbae-4bc9-bc9e-821c284b736b",
    "artist": "Gerry Mulligan",
    "artist_ids": [
        "68f19808-1f7b-46d4-bd1d-71aaf0f6b267"
    ],
    "album": "At the Village Vanguard",
    "release_id": null,
    "release_group_id": "f610bc31-6d38-3280-bebf-15c364b47664",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}