Information about plays

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

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

{
    "id": 3640138,
    "uri": "https://api.kexp.org/v2/plays/3640138/?format=api",
    "airdate": "2026-04-10T03:22:52-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bow Flesh",
    "track_id": null,
    "recording_id": null,
    "artist": "Futurewave, Daniel Son",
    "artist_ids": [
        "ce60adbb-a9bf-4f01-9699-a419230c2d0a",
        "22a9213e-7d38-44b5-ab5a-d9d71716517a"
    ],
    "album": "Shipping Containers",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Thanks to Skid!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}