Information about plays

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

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

{
    "id": 3548659,
    "uri": "https://api.kexp.org/v2/plays/3548659/?format=api",
    "airdate": "2025-09-04T02:13:11-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/957806d5-1053-4c2a-ac2c-539d54d4dc23/20291596591-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/957806d5-1053-4c2a-ac2c-539d54d4dc23/20291596591-250.jpg",
    "song": "Faceshopping",
    "track_id": null,
    "recording_id": "0c7b9770-2183-43e7-8623-033fdad14b6b",
    "artist": "SOPHIE",
    "artist_ids": [
        "774b02d7-5056-4b0f-9d69-a82b6ae27cde"
    ],
    "album": "OIL OF EVERY PEARL’S UN‐INSIDES",
    "release_id": null,
    "release_group_id": "e11aa3a6-9820-483c-98f8-603b5823178b",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2018-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP SOPHIE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}