Information about plays

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

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

{
    "id": 3638645,
    "uri": "https://api.kexp.org/v2/plays/3638645/?format=api",
    "airdate": "2026-04-06T14:05:30-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-d3503a45-488e-4e45-ac20-f8f5b3cf94d0/mbid-d3503a45-488e-4e45-ac20-f8f5b3cf94d0-37255483456_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-d3503a45-488e-4e45-ac20-f8f5b3cf94d0/mbid-d3503a45-488e-4e45-ac20-f8f5b3cf94d0-37255483456_thumb250.jpg",
    "song": "Dissidents (LP edit)",
    "track_id": "90ba92da-9db5-31a0-a2f1-acac93fcb62e",
    "recording_id": "56ed2e21-14f0-4ccf-9a78-3e6cf3bb99a9",
    "artist": "Thomas Dolby",
    "artist_ids": [
        "5a8cc407-7efb-4e94-9637-d5896395e754"
    ],
    "album": "The Singular Thomas Dolby",
    "release_id": "d3503a45-488e-4e45-ac20-f8f5b3cf94d0",
    "release_group_id": "7f1768d9-70c8-36c1-a0df-bcc167c5d905",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2009-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Mary!\n\nThe stage name Thomas Dolby originated from a nickname \"Dolby\" that he picked up in the early 1970s, when he was \"always messing around with keyboards and tapes\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}