Information about plays

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

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

{
    "id": 3550441,
    "uri": "https://api.kexp.org/v2/plays/3550441/?format=api",
    "airdate": "2025-09-08T12:34:03-07:00",
    "show": 64509,
    "show_uri": "https://api.kexp.org/v2/shows/64509/?format=api",
    "image_uri": "https://ia803103.us.archive.org/23/items/mbid-ca26439f-e8eb-3926-85f4-1513ac05fcd9/mbid-ca26439f-e8eb-3926-85f4-1513ac05fcd9-24987504382_thumb500.jpg",
    "thumbnail_uri": "https://ia903103.us.archive.org/23/items/mbid-ca26439f-e8eb-3926-85f4-1513ac05fcd9/mbid-ca26439f-e8eb-3926-85f4-1513ac05fcd9-24987504382_thumb250.jpg",
    "song": "Sometimes (Lester Piggott)",
    "track_id": "1f2b4474-3c21-31e5-9f8e-06a8bdcdb161",
    "recording_id": "c48a0910-fc55-4f04-9cf5-63f3046155e6",
    "artist": "James",
    "artist_ids": [
        "a2accb58-6099-4cb5-a3c8-f6332f364db5"
    ],
    "album": "Laid",
    "release_id": "ca26439f-e8eb-3926-85f4-1513ac05fcd9",
    "release_group_id": "b7811239-99f8-3074-9070-f11ba624070a",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James! Playing:\n\n- San Francisco, CA (Fillmore) Tuesday, September 30th\n- Seattle, WA (Showbox) Saturday, October 4th\n- Vancouver, BC (Commodore Ballroom) Sunday, October 5th\n\nLester Piggott was a famous British jockey. His name is included in the title of the song, because it has, according to Tim Booth, \"a racing beat.\" -- During recording, producer Brian Eno “went white and sat down” as Booth sang, later stating he had “just experienced one of the highlights of my musical life”.\n\nhttps://wearejames.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}