Information about plays

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

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

{
    "id": 3598221,
    "uri": "https://api.kexp.org/v2/plays/3598221/?format=api",
    "airdate": "2025-12-31T00:18:51-08:00",
    "show": 65520,
    "show_uri": "https://api.kexp.org/v2/shows/65520/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leo",
    "track_id": null,
    "recording_id": "543b4b62-6493-47b1-ba43-b625384c23f8",
    "artist": "Cannonball Adderley",
    "artist_ids": [
        "a4c73ebe-b2c7-4f13-b99d-2fe1f9f27da8"
    ],
    "album": "Love, Sex, and the Zodiac",
    "release_id": null,
    "release_group_id": "01a25854-a11f-3194-8b44-84c8e0a8125c",
    "labels": [],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}