Information about plays

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

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

{
    "id": 3552166,
    "uri": "https://api.kexp.org/v2/plays/3552166/?format=api",
    "airdate": "2025-09-12T16:47:44-07:00",
    "show": 64543,
    "show_uri": "https://api.kexp.org/v2/shows/64543/?format=api",
    "image_uri": "https://dn721701.ca.archive.org/0/items/mbid-a9c66e3f-a42a-46d8-ae85-5a6c3cb2f6e3/mbid-a9c66e3f-a42a-46d8-ae85-5a6c3cb2f6e3-7868243632_thumb500.jpg",
    "thumbnail_uri": "https://dn721701.ca.archive.org/0/items/mbid-a9c66e3f-a42a-46d8-ae85-5a6c3cb2f6e3/mbid-a9c66e3f-a42a-46d8-ae85-5a6c3cb2f6e3-7868243632_thumb250.jpg",
    "song": "Love U Forever",
    "track_id": "1e7eb3a8-cb66-458d-86e7-eca38319c854",
    "recording_id": "5b65a45c-66fa-4be7-bc89-9872958a36d4",
    "artist": "Jenny Lewis",
    "artist_ids": [
        "9ad6d1e3-427f-4921-b603-7e9eda94a061"
    ],
    "album": "The Voyager",
    "release_id": "a9c66e3f-a42a-46d8-ae85-5a6c3cb2f6e3",
    "release_group_id": "b374bf1f-82f7-433a-92eb-68193de2ef2e",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2014-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When I met you, you were just a boy\nAnd you were tongue-tied and wearing corduroy\nWhen you kissed me, I was so annoyed\n'Cause I was already gone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}