Information about plays

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

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

{
    "id": 3546865,
    "uri": "https://api.kexp.org/v2/plays/3546865/?format=api",
    "airdate": "2025-08-30T20:30:18-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ce81d61-89ad-4d5f-8e05-99cb60d1583f/34147816190-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ce81d61-89ad-4d5f-8e05-99cb60d1583f/34147816190-250.jpg",
    "song": "Heaven Sent",
    "track_id": null,
    "recording_id": "865bb9de-82de-4d4f-bd7e-abb8dd2b126c",
    "artist": "Ballerina Black",
    "artist_ids": [
        "b3bfeb2f-5082-4e10-82c4-d6dacd0ca0fe"
    ],
    "album": "Whails EP",
    "release_id": null,
    "release_group_id": "b302e2db-8ee5-4f69-85a0-f17b4d62c80a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-06-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}