Information about plays

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

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

{
    "id": 3549017,
    "uri": "https://api.kexp.org/v2/plays/3549017/?format=api",
    "airdate": "2025-09-05T00:05:39-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1cff2bb-602b-4537-a83e-213ae95c3bff/9424987802-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1cff2bb-602b-4537-a83e-213ae95c3bff/9424987802-250.jpg",
    "song": "Angel",
    "track_id": null,
    "recording_id": "f2402ed2-7509-4192-ae54-a14d68073a75",
    "artist": "Anita Baker",
    "artist_ids": [
        "02349767-d5ac-4528-892d-17b6d40107a1"
    ],
    "album": "The Best of Anita Baker",
    "release_id": null,
    "release_group_id": "5c6e877d-7b90-3546-8526-4f5d53ea0108",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2002-06-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}