Information about plays

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

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

{
    "id": 3572238,
    "uri": "https://api.kexp.org/v2/plays/3572238/?format=api",
    "airdate": "2025-10-31T14:15:03-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://coverartarchive.org/release/746167d4-ecb0-4371-aabc-b244e2fdd6f3/13531358537-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/746167d4-ecb0-4371-aabc-b244e2fdd6f3/13531358537-250.jpg",
    "song": "Skull Session",
    "track_id": null,
    "recording_id": "7c57474c-c0f7-452b-9e30-8a80d1842857",
    "artist": "Oliver Nelson",
    "artist_ids": [
        "4704f86b-33b0-458a-9460-8f9b52869d74"
    ],
    "album": "Skull Session",
    "release_id": null,
    "release_group_id": "6a80c807-3636-35b2-9d48-49f9360726d8",
    "labels": [
        "Flying Dutchman"
    ],
    "label_ids": [
        "39960a95-f48d-4875-9d21-e017685f22e8"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With such a modern sound, it's hard to believe this track was released in 1975. Oscar Nelson is a jazz and funk saxophonist, composer, and bandleader born in Missouri. In the early 60s, he played with artists like Count Basie and Duke Ellington.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}