Information about plays

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

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

{
    "id": 3638818,
    "uri": "https://api.kexp.org/v2/plays/3638818/?format=api",
    "airdate": "2026-04-06T23:02:01-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/f525d01a-6129-471c-94d5-9edaa61b98ca/44466996180-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f525d01a-6129-471c-94d5-9edaa61b98ca/44466996180-250.jpg",
    "song": "The Empty Dream Machine",
    "track_id": null,
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "The Mountain",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kong"
    ],
    "label_ids": [
        "dd8a3d8e-26d4-4c75-8b36-1c48516e6b7d"
    ],
    "release_date": "2026-02-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}