Information about plays

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

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

{
    "id": 3570098,
    "uri": "https://api.kexp.org/v2/plays/3570098/?format=api",
    "airdate": "2025-10-26T04:51:06-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/923913c0-92af-43c7-b09c-e05d0d42abee/20803123977-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/923913c0-92af-43c7-b09c-e05d0d42abee/20803123977-250.jpg",
    "song": "What's a Girl to Do (Palmbomen II Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Fatima Yamaha",
    "artist_ids": [
        "dfac8e50-286a-443a-923f-820997e5794f"
    ],
    "album": "A Girl Between Two Worlds",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "D1"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Additional remixes from Tom Trago, Legowelt, Ineffekt and more - https://soundcloud.com/fatimayamaha",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}