Information about plays

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

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

{
    "id": 3637055,
    "uri": "https://api.kexp.org/v2/plays/3637055/?format=api",
    "airdate": "2026-04-02T23:33:05-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "https://coverartarchive.org/release/bcfd584e-b476-4067-80d4-9ee191e71bf4/44386938108-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bcfd584e-b476-4067-80d4-9ee191e71bf4/44386938108-250.jpg",
    "song": "She Knows Too Much",
    "track_id": null,
    "recording_id": "63626ced-648f-45e2-9043-fd062a32e9f5",
    "artist": "Thundercat feat. Mac Miller",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17",
        "a0e8a1b1-5f8f-475a-a253-17415c17d0ff"
    ],
    "album": "She Knows Too Much",
    "release_id": null,
    "release_group_id": "cb0fa33b-f4de-4c02-9cb6-c5d84ce5671d",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2026-02-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}