Information about plays

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

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

{
    "id": 3554957,
    "uri": "https://api.kexp.org/v2/plays/3554957/?format=api",
    "airdate": "2025-09-19T10:03:19-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "https://ia601002.us.archive.org/2/items/mbid-d8813dc4-e085-41b2-ab9d-2a1dac1f2299/mbid-d8813dc4-e085-41b2-ab9d-2a1dac1f2299-28257501097_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-d8813dc4-e085-41b2-ab9d-2a1dac1f2299/mbid-d8813dc4-e085-41b2-ab9d-2a1dac1f2299-28257501097_thumb250.jpg",
    "song": "Chrome",
    "track_id": "9385602f-a74a-3fdd-a74c-2b9dc4d6200c",
    "recording_id": "dd568111-d540-405d-b8f9-7dca5b4a7dae",
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Chrome",
    "release_id": "d8813dc4-e085-41b2-ab9d-2a1dac1f2299",
    "release_group_id": "ff52771c-2b5e-3687-835f-fd8ea588f244",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1993-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This title song from our Album of the Week had the \"swears\" edited out by the fabulous Owen Murphy.\n--\nThanks for joining us today!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}