Information about plays

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

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

{
    "id": 3594730,
    "uri": "https://api.kexp.org/v2/plays/3594730/?format=api",
    "airdate": "2025-12-23T03:53:27-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Angels",
    "track_id": null,
    "recording_id": "c55d0a62-de0f-4378-baed-b17940d11d68",
    "artist": "Clams Casino",
    "artist_ids": [
        "772a0eb3-fe31-4a08-b583-690296f44900"
    ],
    "album": "Instrumentals",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Kristin in Alameda!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}