Information about plays

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

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

{
    "id": 3593239,
    "uri": "https://api.kexp.org/v2/plays/3593239/?format=api",
    "airdate": "2025-12-19T21:42:52-08:00",
    "show": 65422,
    "show_uri": "https://api.kexp.org/v2/shows/65422/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hope Springs Eternal",
    "track_id": null,
    "recording_id": "33db70e2-0ea4-4e1c-be70-6b8c236da692",
    "artist": "Witness",
    "artist_ids": [
        "ad7cc738-45ef-4c68-8cb6-e33c5341541d"
    ],
    "album": "Hope Springs Eternal: A Tribute To Nujabes",
    "release_id": null,
    "release_group_id": "44d91f11-cf1b-44b2-9840-a14cd51bfe2b",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-12-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}