Information about plays

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

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

{
    "id": 3591684,
    "uri": "https://api.kexp.org/v2/plays/3591684/?format=api",
    "airdate": "2025-12-16T02:43:06-08:00",
    "show": 65391,
    "show_uri": "https://api.kexp.org/v2/shows/65391/?format=api",
    "image_uri": "https://coverartarchive.org/release/361c424a-129a-3d02-b092-e4ab6d7399e9/7270890018-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/361c424a-129a-3d02-b092-e4ab6d7399e9/7270890018-250.jpg",
    "song": "Flat Beat",
    "track_id": null,
    "recording_id": "518242bd-6470-49f0-be72-784e0d17bc45",
    "artist": "Mr. Oizo",
    "artist_ids": [
        "a4a3048f-3968-4848-9f53-94e3d4f88b53"
    ],
    "album": "Analog Worms Attack",
    "release_id": null,
    "release_group_id": "582cb922-de5e-3367-9205-bdd44bf7c507",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Awesome 1999 track that helped get me into electronic music.\n\nGreat video too: https://www.youtube.com/watch?v=qmsbP13xu6k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}