Information about plays

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

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

{
    "id": 3547728,
    "uri": "https://api.kexp.org/v2/plays/3547728/?format=api",
    "airdate": "2025-09-01T22:02:00-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e705f1b-73ce-473e-8737-fa16536c37b5/18857044970-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e705f1b-73ce-473e-8737-fa16536c37b5/18857044970-250.jpg",
    "song": "Mata Atlântica",
    "track_id": null,
    "recording_id": null,
    "artist": "Alex Malheiros",
    "artist_ids": [
        "270bc583-73e6-49f0-952c-9661a2b9e883"
    ],
    "album": "Atlantic Forest",
    "release_id": null,
    "release_group_id": "771103b8-de97-4491-baf2-03067707f683",
    "labels": [
        "Milestone"
    ],
    "label_ids": [
        "d633e4af-9c3d-4cd6-996c-ba4f96706f5a"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to the show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}