Information about plays

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

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

{
    "id": 3598609,
    "uri": "https://api.kexp.org/v2/plays/3598609/?format=api",
    "airdate": "2025-12-31T23:11:36-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whatcha See Is Whatcha Get",
    "track_id": null,
    "recording_id": "2ca68ee7-4508-49da-81b9-0f666c1c3b67",
    "artist": "The Dramatics",
    "artist_ids": [
        "ab950ad1-3e41-411a-8a84-b0b5f90a62c0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dramatics (formerly The Dynamics) are a Detroit, Michigan soul music vocal group, formed in 1964 - this song has been covered by The Beautiful South, RuPaul, Hall & Oates, and Gerald Albright - Watch The Dramatics perform this song live on Soul Train in 1972: https://youtu.be/RpFGC98nO-c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}