Information about plays

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

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

{
    "id": 3545253,
    "uri": "https://api.kexp.org/v2/plays/3545253/?format=api",
    "airdate": "2025-08-26T23:21:57-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://coverartarchive.org/release/ae5fbe32-7ad4-450f-9045-eabdbda9e576/40687862961-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ae5fbe32-7ad4-450f-9045-eabdbda9e576/40687862961-250.jpg",
    "song": "Catch Me",
    "track_id": null,
    "recording_id": "139442ea-7099-46c1-abf4-e6e41f85b942",
    "artist": "Flying Mojito Bros feat. Will Worden",
    "artist_ids": [
        "569d571e-8660-4354-91a2-dd87a693c126",
        "3a305f76-a00b-4268-8a23-b624cf551c19"
    ],
    "album": "Catch Me",
    "release_id": null,
    "release_group_id": "05a489f1-0afa-4891-acf7-5ad2ce0e21b9",
    "labels": [
        "Ubiquity Recordings, Inc."
    ],
    "label_ids": [
        "6c55052a-ebdb-4695-94f0-c32dfe51407a"
    ],
    "release_date": "2024-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flying Mojito Bros describe themselves as: \"two desert disco DJ mescaleros pioneering the great electronic wilderness. With their boots firmly planted in dusty seventies sunsets.\" (They are actually the London duo of producer/musician Ben Chetwood and DJ/digger Jack Sellen.) \n-\nhttps://flyingmojitobros.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}