Information about plays

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

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

{
    "id": 3595301,
    "uri": "https://api.kexp.org/v2/plays/3595301/?format=api",
    "airdate": "2025-12-24T09:29:09-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Put a Little Love in Your Heart",
    "track_id": null,
    "recording_id": "2613f713-b3a1-4a9d-bd52-3b34e333ca85",
    "artist": "David Ruffin",
    "artist_ids": [
        "3d2ac089-fdc8-4381-a4b5-fcdc7fc36590"
    ],
    "album": "Feelin' Good",
    "release_id": null,
    "release_group_id": "347ff6a2-7d7a-468d-8fe7-7fd2370e50ce",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1969-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"And the world will be a better place Oh and the world will be a better place for you and just for me You just wait and see...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}