Information about plays

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

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

{
    "id": 3626490,
    "uri": "https://api.kexp.org/v2/plays/3626490/?format=api",
    "airdate": "2026-03-07T19:30:52-08:00",
    "show": 66121,
    "show_uri": "https://api.kexp.org/v2/shows/66121/?format=api",
    "image_uri": "https://ia600506.us.archive.org/6/items/mbid-0e6e2add-3165-43f1-9991-33e9a0813eb5/mbid-0e6e2add-3165-43f1-9991-33e9a0813eb5-14020043771_thumb500.jpg",
    "thumbnail_uri": "https://ia600506.us.archive.org/6/items/mbid-0e6e2add-3165-43f1-9991-33e9a0813eb5/mbid-0e6e2add-3165-43f1-9991-33e9a0813eb5-14020043771_thumb250.jpg",
    "song": "Needle in the Hay",
    "track_id": "506ea6e5-2b0c-388e-9ea5-6f3ee7123dae",
    "recording_id": "ddddf563-40ae-4945-a846-328b86f6ffdb",
    "artist": "Eric Matthews",
    "artist_ids": [
        "08d577c0-3322-47c9-96ac-f717b5756cba"
    ],
    "album": "To: Elliott, From: Portland",
    "release_id": "0e6e2add-3165-43f1-9991-33e9a0813eb5",
    "release_group_id": "003c662c-689c-39b5-bb50-45854d5a79d9",
    "labels": [
        "Expunged Records"
    ],
    "label_ids": [
        "451ef085-fbb8-46a1-9c9d-0d9696ea1276"
    ],
    "release_date": "2006-02-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This is Eric Matthews' cover of the Elliott Smith song, off an LP full of covers of the late singer's songs by Portland artists.\n\nWant to hear the original?: https://www.youtube.com/watch?v=EgNgvCLRqWc",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}