Information about plays

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

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

{
    "id": 3575960,
    "uri": "https://api.kexp.org/v2/plays/3575960/?format=api",
    "airdate": "2025-11-09T09:56:02-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "https://coverartarchive.org/release/77c2310f-6630-4c36-9c1d-f1eccea612f3/35231176151-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77c2310f-6630-4c36-9c1d-f1eccea612f3/35231176151-250.jpg",
    "song": "It's So Easy When You Know What You're Doing",
    "track_id": null,
    "recording_id": "8951a4b6-3785-498f-a693-8babb49fd966",
    "artist": "Ted Lucas",
    "artist_ids": [
        "1534e007-7cf7-4399-8343-e0f9d6eec0f8"
    ],
    "album": "Ted Lucas",
    "release_id": null,
    "release_group_id": "17a32a41-081a-4765-a09f-0b6ac16b86f9",
    "labels": [
        "Yoga Records"
    ],
    "label_ids": [
        "c8ede66d-83b3-41b7-b896-4985e0e89a78"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After half a century, Lucas’s self-titled album finally got a reissue with several other songs added. Read the story behind this 2025 reissue, and more on Ted Lucas here:\n\nhttps://pitchfork.com/reviews/albums/ted-lucas-ted-lucas-extended/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}