Information about plays

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

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

{
    "id": 3545691,
    "uri": "https://api.kexp.org/v2/plays/3545691/?format=api",
    "airdate": "2025-08-28T01:24:36-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/53de62f7-0b2e-4ba0-9b93-ee0c00e85019/21409415517-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53de62f7-0b2e-4ba0-9b93-ee0c00e85019/21409415517-250.jpg",
    "song": "D‐Rail",
    "track_id": null,
    "recording_id": "e5519eff-d938-47c2-ad8d-b5684c94add5",
    "artist": "Knight Action",
    "artist_ids": [
        "78eabcd0-673a-4795-b99a-c0653001601c"
    ],
    "album": "Single Girl / R‐Trax",
    "release_id": null,
    "release_group_id": "6c101152-35ca-4a22-94c0-6d6bc5d4aedd",
    "labels": [
        "Let’s Dance"
    ],
    "label_ids": [
        "ed144c14-53c3-4867-b8aa-20d4a4c1c965"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}