Information about plays

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

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

{
    "id": 3614451,
    "uri": "https://api.kexp.org/v2/plays/3614451/?format=api",
    "airdate": "2026-02-07T16:26:56-08:00",
    "show": 65866,
    "show_uri": "https://api.kexp.org/v2/shows/65866/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marquee Moon",
    "track_id": null,
    "recording_id": "54cc3778-b3e3-4e54-8121-6cc0fbf79097",
    "artist": "De Lux",
    "artist_ids": [
        "38128b63-0557-4d63-82e8-c1f7474acdd1"
    ],
    "album": "iL Loosies: B-Sides, Remixes & Other Rarities",
    "release_id": null,
    "release_group_id": "4f7bcc1e-c026-4218-b466-07318313312c",
    "labels": [
        "Innovative Leisure"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2017-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}