Information about plays

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

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

{
    "id": 3598837,
    "uri": "https://api.kexp.org/v2/plays/3598837/?format=api",
    "airdate": "2026-01-01T13:37:18-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is Love",
    "track_id": null,
    "recording_id": "2eb4d8df-b243-40e5-96c6-adb367bddbc2",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Small Talk",
    "release_id": null,
    "release_group_id": "68fcf177-7ec1-3b50-ba95-bc1c8acbb03a",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was originally going to be sung by Sly Stone’s group Little Sister. Their LP was shelved, however, and Sly ended up releasing it himself in July, 1974. \n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}