Information about plays

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

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

{
    "id": 3667103,
    "uri": "https://api.kexp.org/v2/plays/3667103/?format=api",
    "airdate": "2026-06-12T22:57:35-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://coverartarchive.org/release/843347eb-f6dc-4e50-a50f-1049ac94ec80/27176146481-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/843347eb-f6dc-4e50-a50f-1049ac94ec80/27176146481-250.jpg",
    "song": "The Recipe",
    "track_id": null,
    "recording_id": "5ceddc96-e35d-433a-97ea-8dc1bc4ad00c",
    "artist": "JK-47",
    "artist_ids": [
        "df667b50-1b2a-4f1b-a50e-013e2c919e7f"
    ],
    "album": "Made for This",
    "release_id": null,
    "release_group_id": "87530801-dcbc-426f-afc7-9b62a5ce6704",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Jim Bob out in West Australia!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}