Information about plays

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

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

{
    "id": 3593578,
    "uri": "https://api.kexp.org/v2/plays/3593578/?format=api",
    "airdate": "2025-12-20T18:20:20-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter Snow",
    "track_id": "b51723fe-1789-44b3-aac9-909164baa8c2",
    "recording_id": "bdfe4529-652d-4fa3-af76-80a2ba374812",
    "artist": "TV Star & Spiral XP",
    "artist_ids": [
        "888c290a-8207-496a-94f9-d1312d359686",
        "494eaf6d-a316-4cb3-b138-b831c6a43f46"
    ],
    "album": "Tvxp",
    "release_id": "8a2fd04e-c18a-4087-9fea-d6294a02f451",
    "release_group_id": "8c2417dd-21f7-4e4b-9a17-072bd0821188",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-02-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Collaborative EP from these great Seattle bands!\n\nhttps://spiralxp.bandcamp.com/track/winter-snow",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}