Information about plays

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

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

{
    "id": 3594272,
    "uri": "https://api.kexp.org/v2/plays/3594272/?format=api",
    "airdate": "2025-12-22T01:32:33-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Colorful life suite: Flowers",
    "track_id": null,
    "recording_id": null,
    "artist": "Paul Lewis",
    "artist_ids": [
        "12123fe6-a26e-49e3-81a8-5da57c49fc8a"
    ],
    "album": "Dream A Dream",
    "release_id": null,
    "release_group_id": "a119b15c-4779-495b-90d3-d46441579255",
    "labels": [
        "Jazz Dispensary"
    ],
    "label_ids": [
        "22dec867-c342-4877-bb4a-a1626a124eed"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}