Information about plays

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

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

{
    "id": 3638477,
    "uri": "https://api.kexp.org/v2/plays/3638477/?format=api",
    "airdate": "2026-04-06T04:12:06-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/92c4221e-d2de-36e4-b1e1-33467f40015d/12267162197-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92c4221e-d2de-36e4-b1e1-33467f40015d/12267162197-250.jpg",
    "song": "Lady Daydream",
    "track_id": null,
    "recording_id": null,
    "artist": "Twin Sister",
    "artist_ids": [],
    "album": "Color Your Life",
    "release_id": null,
    "release_group_id": "47f92132-bc0f-485a-a8ba-5151973218aa",
    "labels": [
        "Infinite Best"
    ],
    "label_ids": [
        "aa54bf82-005d-46b6-a3dd-8cde999e32dc"
    ],
    "release_date": "2010-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guh was so obsessed when this came out",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}