Information about plays

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

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

{
    "id": 3644396,
    "uri": "https://api.kexp.org/v2/plays/3644396/?format=api",
    "airdate": "2026-04-20T04:41:47-07:00",
    "show": 66502,
    "show_uri": "https://api.kexp.org/v2/shows/66502/?format=api",
    "image_uri": "https://coverartarchive.org/release/4082387a-f1e6-47d0-9c8a-e8a42bd57658/23901876040-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4082387a-f1e6-47d0-9c8a-e8a42bd57658/23901876040-250.jpg",
    "song": "West Side",
    "track_id": null,
    "recording_id": null,
    "artist": "Studio",
    "artist_ids": [
        "63070885-2d88-4ce5-afad-21d08c7189ea"
    ],
    "album": "West Coast",
    "release_id": null,
    "release_group_id": "ecc43e69-b3cc-3c80-baf6-6d14824a624c",
    "labels": [
        "Information"
    ],
    "label_ids": [
        "232c72ea-8580-4dd2-92b1-a820dfe00869"
    ],
    "release_date": "2006-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some more 2000s Swedish balearic indie pop to set up the week...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}