Information about plays

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

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

{
    "id": 3635595,
    "uri": "https://api.kexp.org/v2/plays/3635595/?format=api",
    "airdate": "2026-03-30T13:03:59-07:00",
    "show": 66322,
    "show_uri": "https://api.kexp.org/v2/shows/66322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Lives Are Shaped by What We Love",
    "track_id": null,
    "recording_id": "b0fb5796-65da-41d0-a846-27ceadc986a8",
    "artist": "Odyssey",
    "artist_ids": [
        "6c997468-df13-499b-b4cc-2714f02f7ed1"
    ],
    "album": "Odyssey",
    "release_id": null,
    "release_group_id": "41f63bbd-1091-3de3-baa4-865048bf516f",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The one and only album from the New York trio.\n\nThe group began as the Connecticut-born \"Lopez Sisters\", featuring Steven Collazo's mother, Lillian Lopez, Louise Lopez, and Carmen Lopez, the latter having left the group before Odyssey, as the act would come to be known after her departure, was conceived.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}